Skip to content

Commit e771b2a

Browse files
authored
Adding missing arg to example
1 parent 7ce988e commit e771b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby/src/redux/actions/restricted.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ export const actions = {
369369
* actions.createResolverContext({ getHtml })
370370
* }
371371
* // The context value can then be accessed in any field resolver like this:
372-
* exports.createSchemaCustomization = ({ actions }) => {
372+
* exports.createSchemaCustomization = ({ actions, schema }) => {
373373
* actions.createTypes(schema.buildObjectType({
374374
* name: 'Test',
375375
* interfaces: ['Node'],

0 commit comments

Comments
 (0)