/apollo_graphql_example

Simple GraphQL server

Primary LanguageJavaScriptApache License 2.0Apache-2.0

apollo_graphql_example

Simple GraphQL server

Build the project

npm install

Execute the project

npm start

Open your browser

http://localhost:4000/

Run:

query{
  peoples {
    name,
    age,
    document {
      registry
    }
  }
}