Skip to content

Commit e9f9628

Browse files
committed
Lint
1 parent 9d706d2 commit e9f9628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/getIntrospectionQuery.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export function getIntrospectionQuery(options?: IntrospectionOptions): string {
118118
args${inputDeprecation('(includeDeprecated: true)')} {
119119
...InputValue
120120
}
121-
type${nullability ? `(nullability: ${nullability})` : ``} {
121+
type${nullability ? `(nullability: ${nullability})` : ''} {
122122
...TypeRef
123123
}
124124
isDeprecated

0 commit comments

Comments
 (0)