Skip to content

Commit 0ba1e1c

Browse files
committed
update typings
1 parent ab4bfc3 commit 0ba1e1c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

typings/graphql.d.ts

+8
Original file line numberDiff line numberDiff line change
@@ -583,3 +583,11 @@ export interface IntrospectionResultData {
583583
}[];
584584
};
585585
}
586+
587+
const result: IntrospectionResultData = {
588+
"__schema": {
589+
"types": []
590+
}
591+
};
592+
593+
export default result;

0 commit comments

Comments
 (0)