Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 500 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 500 Bytes

Examples

  • express: Vanilla graphql using express.
  • graphql-tools: Using graphql-tools to define the schema through the schema definition language.
  • apollo: apollo-server implementation.

Run with docker-compose up to start with a paired MongoDb image, or enter a new connection string in db.ts and run yarn start.

Note: There are currently two solutions to integrate the package with the sdl, neither is entirely elegant. Suggestions for improvement are welcome.