Skip to content

Commit 483d18e

Browse files
authoredJul 28, 2022
fix(gatsby): add webhookBody to SourceNodesArgs interface (#36255)

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/gatsby/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,7 @@ export interface PreInitArgs extends ParentSpanPluginArgs {
959959
export interface SourceNodesArgs extends ParentSpanPluginArgs {
960960
traceId: "initial-sourceNodes"
961961
waitForCascadingActions: boolean
962+
webhookBody: any
962963
}
963964

964965
export interface CreateResolversArgs extends ParentSpanPluginArgs {

0 commit comments

Comments
 (0)
Please sign in to comment.