@lewebsimple/nuxt-graphql 0.6.1 → 0.6.2
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/dist/module.json +1 -1
- package/dist/module.mjs +2 -2
- package/package.json +1 -1
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -149,7 +149,7 @@ const executor = getRemoteExecutor({
|
|
|
149
149
|
hooks: [${hooksArray.join(", ")}],
|
|
150
150
|
});
|
|
151
151
|
|
|
152
|
-
const sdl =
|
|
152
|
+
const sdl = ${JSON.stringify(sdl)};
|
|
153
153
|
|
|
154
154
|
// SubschemaConfig exported for stitching
|
|
155
155
|
export const schema = {
|
|
@@ -203,7 +203,7 @@ function addUniversalTemplate({ filename, getContents, emitTs }) {
|
|
|
203
203
|
return modulePath;
|
|
204
204
|
}
|
|
205
205
|
|
|
206
|
-
const version = "0.6.
|
|
206
|
+
const version = "0.6.2";
|
|
207
207
|
|
|
208
208
|
async function getDocuments(documentsGlob) {
|
|
209
209
|
try {
|