Specifying Documents
Specifying Documents — GraphQL Config documentation.
GraphQL Config supports not only a schema but GraphQL Operations and Fragments too.
Multiple Files
You can specify a list of files:
Use a glob pattern to find and include operations and fragments:
GraphQL Config reads any matching files and parses them into DocumentNode objects.