graphql/tools/docs/documents-loading #7075
Replies: 1 comment
-
If I load some .graphql files like this: const documents: Source[] = await loadDocuments( Each of those documents is of type Source: export interface Source { However, I'm noticing that the schema is never defined. Is there a way I can also generate a schema of type GraphQLSchema? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
graphql/tools/docs/documents-loading
A set of utilities for faster GraphQL development
https://the-guild.dev/graphql/tools/docs/documents-loading
Beta Was this translation helpful? Give feedback.
All reactions