Skip to content

Commit

Permalink
fix(gatsby): add webhookBody to SourceNodesArgs interface (#36255)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Jul 28, 2022
1 parent 9d33b10 commit 483d18e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby/index.d.ts
Expand Up @@ -959,6 +959,7 @@ export interface PreInitArgs extends ParentSpanPluginArgs {
export interface SourceNodesArgs extends ParentSpanPluginArgs {
traceId: "initial-sourceNodes"
waitForCascadingActions: boolean
webhookBody: any
}

export interface CreateResolversArgs extends ParentSpanPluginArgs {
Expand Down

0 comments on commit 483d18e

Please sign in to comment.