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 7ce988e commit e771b2aCopy full SHA for e771b2a
packages/gatsby/src/redux/actions/restricted.ts
@@ -369,7 +369,7 @@ export const actions = {
369
* actions.createResolverContext({ getHtml })
370
* }
371
* // The context value can then be accessed in any field resolver like this:
372
- * exports.createSchemaCustomization = ({ actions }) => {
+ * exports.createSchemaCustomization = ({ actions, schema }) => {
373
* actions.createTypes(schema.buildObjectType({
374
* name: 'Test',
375
* interfaces: ['Node'],
0 commit comments