Skip to content

Commit 633331a

Browse files
committed
Remove unused type definition
1 parent 3af4434 commit 633331a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utilities/getIntrospectionQuery.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ export interface IntrospectionObjectType {
232232
readonly interfaces: ReadonlyArray<
233233
IntrospectionNamedTypeRef<IntrospectionInterfaceType>
234234
>;
235-
readonly isOneOf: boolean;
236235
}
237236

238237
export interface IntrospectionInterfaceType {

0 commit comments

Comments
 (0)