ctco / nodejs-graphql-template

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

Local schema stitching #230

Closed trioletas closed 5 years ago

trioletas commented 6 years ago

Derive schema out of multiple files

alexbal7 commented 5 years ago

Currently there is no possible to import schema files from directory without specified them all. Pull request with this feature. Seems need to just await till it will be merged.