Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Sep 14, 2024
1 parent 2ef897e commit cfd7f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/getIntrospectionQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export function getIntrospectionQuery(options?: IntrospectionOptions): string {
args${inputDeprecation('(includeDeprecated: true)')} {
...InputValue
}
type${nullability ? `(nullability: ${nullability})` : ``} {
type${nullability ? `(nullability: ${nullability})` : ''} {
...TypeRef
}
isDeprecated
Expand Down

0 comments on commit cfd7f78

Please sign in to comment.