Matt Thomas
Matt Thomas
## Description It seems `loadDocument` and `loadDocumentSync` [reference](https://github.com/graphql-hive/graphql-config/blob/master/src/project-config.ts#L159-L173) don't account for the project's `exclude` property resulting in unnecessary files getting loaded into memory. Fixes #1748 ## Type of change -...
### Issue workflow progress **Describe the bug** It seems `loadDocument` and `loadDocumentSync` [reference](https://github.com/graphql-hive/graphql-config/blob/master/src/project-config.ts#L159-L173) don't account for the project's `exclude` property resulting in unnecessary files getting loaded into memory. **To Reproduce**...