kevinmmartins / apollo_graphql_example

Simple GraphQL server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    }
  }
}

About

Simple GraphQL server

License:Apache License 2.0


Languages

Language:JavaScript 100.0%