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 90eb7e3 commit b1d891eCopy full SHA for b1d891e
scripts/graphql-validate.js
@@ -1,6 +1,6 @@
1
import fs from 'fs';
2
import graphql from 'graphql';
3
-import diff frm '@graphql-inspector/core';
+import { diff } from '@graphql-inspector/core';
4
5
function ignoreDirectiveChanges(obj) {
6
return obj.changes.filter((change) => !change.type.startsWith('DIRECTIVE'));
0 commit comments