Skip to content

Commit

Permalink
yeahhh
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Sep 10, 2024
1 parent 66624e5 commit b65cda9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/graphiql-react/src/schema.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ function useIntrospectionQuery({
let query = getIntrospectionQuery({
inputValueDeprecation,
schemaDescription,
oneOf: true,
});
if (introspectionQueryName) {
query = query.replace('query IntrospectionQuery', `query ${queryName}`);
Expand Down

0 comments on commit b65cda9

Please sign in to comment.