Skip to content

Commit

Permalink
return factory
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed Sep 12, 2021
1 parent f7c9e00 commit e77cb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-source-store/src/sourceStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const sourceStoreType = async ({
operationName: args.operationName,
document: parse(args.query),
variableValues: args.variables,
contextValue: contextFactory(),
contextValue: contextFactory({}),
schema,
})

Expand Down

0 comments on commit e77cb0e

Please sign in to comment.