@graphql-mesh/config 8.0.18 → 8.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -472,7 +472,7 @@ async function processConfig(config, options) {
|
|
|
472
472
|
type: 'plugin',
|
|
473
473
|
importFn,
|
|
474
474
|
cwd: dir,
|
|
475
|
-
additionalPrefixes: [...additionalPackagePrefixes, '@envelop/'],
|
|
475
|
+
additionalPrefixes: [...additionalPackagePrefixes, '@envelop/', '@graphql-yoga/plugin-'],
|
|
476
476
|
});
|
|
477
477
|
let pluginFactory;
|
|
478
478
|
if (typeof possiblePluginFactory === 'function') {
|
package/index.mjs
CHANGED
|
@@ -468,7 +468,7 @@ async function processConfig(config, options) {
|
|
|
468
468
|
type: 'plugin',
|
|
469
469
|
importFn,
|
|
470
470
|
cwd: dir,
|
|
471
|
-
additionalPrefixes: [...additionalPackagePrefixes, '@envelop/'],
|
|
471
|
+
additionalPrefixes: [...additionalPackagePrefixes, '@envelop/', '@graphql-yoga/plugin-'],
|
|
472
472
|
});
|
|
473
473
|
let pluginFactory;
|
|
474
474
|
if (typeof possiblePluginFactory === 'function') {
|