Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 791 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 791 Bytes

Start the example

npm i

npm run start:example1

Apollo Server with graphql-compose-mongoose schema

npm run start:example2

Apollo Server with graphql-tool schema

npm run start:example3

printSchema and printType example with graphql-compose-mongoose schema

npm run start:example4

sitch schema by makeRemoteExecutableSchema, introspectSchema from graphql-tools

npm run start:example5

integrated graphql-compose-mongoose generated schema with existing schema built by makeRemoteExecutableSchema from graphql-tools.

...

this repo is records for using graphql-compose-mongoose

codes and examples from below links

https://github.com/graphql-compose/graphql-compose-examples

graphql-compose/graphql-compose-mongoose#138