graphql-config
Advanced tools
@@ -82,3 +82,6 @@ "use strict"; | ||
| } | ||
| return this._extensionsRegistry.loaders.documents.loadDocuments(pointer, options); | ||
| return this._extensionsRegistry.loaders.documents.loadDocuments(pointer, { | ||
| ...options, | ||
| ignore: options?.ignore ? options?.ignore : this.exclude, | ||
| }); | ||
| } | ||
@@ -89,3 +92,6 @@ loadDocumentsSync(pointer, options) { | ||
| } | ||
| return this._extensionsRegistry.loaders.documents.loadDocumentsSync(pointer, options); | ||
| return this._extensionsRegistry.loaders.documents.loadDocumentsSync(pointer, { | ||
| ...options, | ||
| ignore: options?.ignore ? options?.ignore : this.exclude, | ||
| }); | ||
| } | ||
@@ -92,0 +98,0 @@ // Rest |
@@ -79,3 +79,6 @@ import { dirname, isAbsolute, relative, normalize } from 'path'; | ||
| } | ||
| return this._extensionsRegistry.loaders.documents.loadDocuments(pointer, options); | ||
| return this._extensionsRegistry.loaders.documents.loadDocuments(pointer, { | ||
| ...options, | ||
| ignore: options?.ignore ? options?.ignore : this.exclude, | ||
| }); | ||
| } | ||
@@ -86,3 +89,6 @@ loadDocumentsSync(pointer, options) { | ||
| } | ||
| return this._extensionsRegistry.loaders.documents.loadDocumentsSync(pointer, options); | ||
| return this._extensionsRegistry.loaders.documents.loadDocumentsSync(pointer, { | ||
| ...options, | ||
| ignore: options?.ignore ? options?.ignore : this.exclude, | ||
| }); | ||
| } | ||
@@ -89,0 +95,0 @@ // Rest |
+1
-1
| { | ||
| "name": "graphql-config", | ||
| "version": "5.1.6-alpha-20260306125431-22d9edbbadf01896b52c90775885bcb3dec3c30f", | ||
| "version": "5.1.6", | ||
| "description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
82922
0.4%1777
0.68%1
-50%