Skip to content

Commit b65cda9

Browse files
committed
yeahhh
1 parent 66624e5 commit b65cda9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/graphiql-react/src/schema.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ function useIntrospectionQuery({
390390
let query = getIntrospectionQuery({
391391
inputValueDeprecation,
392392
schemaDescription,
393+
oneOf: true,
393394
});
394395
if (introspectionQueryName) {
395396
query = query.replace('query IntrospectionQuery', `query ${queryName}`);

0 commit comments

Comments
 (0)