Skip to content

Commit

Permalink
ts: add missing schemaDescription option of getIntrospectionQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed May 14, 2020
1 parent 5df357f commit 616819e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/utilities/getIntrospectionQuery.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ export interface IntrospectionOptions {
// Whether to include `isRepeatable` flag on directives.
// Default: false
directiveIsRepeatable?: boolean;

// Whether to include `description` field on schema.
// Default: false
schemaDescription?: boolean;
}

export function getIntrospectionQuery(options?: IntrospectionOptions): string;
Expand Down

0 comments on commit 616819e

Please sign in to comment.