Skip to content

Commit

Permalink
fix(gatsby): add missing printTypeDefinitions (#27670)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kumail786 authored Oct 27, 2020
1 parent ffbec4c commit 2da94bf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/gatsby/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1293,6 +1293,15 @@ export interface Actions {
plugin?: ActionPlugin,
traceId?: string
): void

printTypeDefinitions (
path?: string,
include?: { types?: Array<string>; plugins?: Array<string> },
exclude?: { types?: Array<string>; plugins?: Array<string> },
withFieldTypes?: boolean,
plugin?: ActionPlugin,
traceId?: string
): void
}

export interface Store {
Expand Down

0 comments on commit 2da94bf

Please sign in to comment.