We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f7a082 commit cf23deaCopy full SHA for cf23dea
packages/gatsby-source-graphql/src/gatsby-node.js
@@ -114,13 +114,11 @@ exports.sourceNodes = async (
114
defaultTransforms,
115
options,
116
})
117
- : wrapSchema(
118
- {
119
- schema: introspectionSchema,
120
- executor: linkToExecutor(link),
121
- },
122
- defaultTransforms
123
- )
+ : wrapSchema({
+ schema: introspectionSchema,
+ executor: linkToExecutor(link),
+ transforms: defaultTransforms,
+ })
124
125
addThirdPartySchema({ schema })
126
0 commit comments