Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are using
.graphql
files to define our schema. And to be able to use them we usegraphql-import-node
https://www.graphql-modules.com/docs/essentials/type-definitions#storing-sdl-in-graphql-files
However, this package does not seem to be actively maintained and it is recommended to use
@graphql-tools
https://www.graphql-tools.com/docs/migration/migration-from-import
Should we use the
@grapql-tools
way?And how do you use this in combination with Apollo Server?
(should the docs be updated?)
Beta Was this translation helpful? Give feedback.
All reactions