We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 768ba04 commit 2bb2a2fCopy full SHA for 2bb2a2f
1 file changed
types/graphql/utilities/schemaPrinter.d.ts
@@ -2,7 +2,7 @@ import { GraphQLSchema } from '../type/schema';
2
import { GraphQLType } from '../type/definition';
3
4
export interface PrinterOptions {
5
- [key: string]: any;
+ commentDescriptions?: boolean;
6
}
7
8
export function printSchema(schema: GraphQLSchema, options?: PrinterOptions): string;
0 commit comments