We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d706d2 commit e9f9628Copy full SHA for e9f9628
src/utilities/getIntrospectionQuery.ts
@@ -118,7 +118,7 @@ export function getIntrospectionQuery(options?: IntrospectionOptions): string {
118
args${inputDeprecation('(includeDeprecated: true)')} {
119
...InputValue
120
}
121
- type${nullability ? `(nullability: ${nullability})` : ``} {
+ type${nullability ? `(nullability: ${nullability})` : ''} {
122
...TypeRef
123
124
isDeprecated
0 commit comments