We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2744673 commit 034aa1fCopy full SHA for 034aa1f
gatsby-node.js
@@ -7,7 +7,7 @@ const specs = require("./static/api/docs/v4/spec.json");
7
const crypto = require("crypto");
8
const parser = new JsonSchemaRefParser();
9
10
-const { rawQuery, recursiveQuery } = require("./generateQuery.js");
+const { recursiveQuery } = require("./generateQuery.js");
11
12
exports.sourceNodes = async ({ actions }) => {
13
const { createNode, createTypes } = actions;
0 commit comments