ctco / nodejs-graphql-template

Template project for Node.js® GraphQL APIs
MIT License
14 stars 3 forks source link

Derive GraphQL schema out of multiple files #240

Closed alexbal7 closed 5 years ago

alexbal7 commented 5 years ago

Root query fields and mutations goes to own type-files and then imported to main schema.graphql file. For example, # import Query.* from "jokes.graphql"

Also there is possible to import schema parts from vendor packages.