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 1966807 commit d672cd6Copy full SHA for d672cd6
test/helpers.ts
@@ -5,8 +5,7 @@ import path from 'path';
5
export const SCHEMA_DIR = path.join(__dirname, 'resources', 'schemas');
6
7
// This is a subset of our schema. Make sure to extend if needed
8
-// when adding tests.
9
-// This schema is NOT a V2 copy of the V1 schema above
+// when adding tests.
10
export const graphSchemaV2 = gql.buildSchema(
11
fs.readFileSync(path.join(SCHEMA_DIR, 'schema-v2.gql'), 'utf-8')
12
);
0 commit comments