Simple NodeJS GraphQL Server using Express
yarn add graphql express graphql-express
yarn start
yarn dev
Ngopract iteration consists of several branches (01-, 02-, etc) to ensure the best "ngopract" experience.
- 01-Simple GraphQL, simple getting started with query and mutation on an in-memory global variable fake database
- 02-Simple GraphQL with Async, deeper example in async operation, still using in-memory fake database
- 03-Simple GraphQL without Schema Builder String, continuation of step 02, without a schema builder, but using objects.
- 04-More GraphQL Implementations