We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c46426 commit d2dad0cCopy full SHA for d2dad0c
src/__tests__/diff.test.ts
@@ -8,7 +8,7 @@ describe("getDiff", () => {
8
describe("remote schema fetching", () => {
9
const testRemoteSchemaLocation = "http://test/graphql";
10
const introspectionQueryBody = JSON.stringify({
11
- query: print(parse(getIntrospectionQuery({ descriptions: true }))),
+ query: print(parse(getIntrospectionQuery({ descriptions: false }))),
12
variables: {},
13
operationName: "IntrospectionQuery",
14
});
0 commit comments