You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to load schema from other npm modules? All the examples I have seen so far is importing graphql files from the same application or module.
Something like
# import Post from 'posts.graphql'
# import Author from 'author-module/schema.graphql'
The text was updated successfully, but these errors were encountered:
We need to be able to do the same thing. We publish graphql schemas a npm packages. We would like to be able to import these into a single graphql package. One difference with our setup is that our packages have schema property in package.json that we use like an entry point. It's like main for JavaScript.
Is it possible to load schema from other npm modules? All the examples I have seen so far is importing graphql files from the same application or module.
Something like
The text was updated successfully, but these errors were encountered: