We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74310ce commit 360469dCopy full SHA for 360469d
README.md
@@ -55,7 +55,7 @@ Schema locations can be:
55
```js
56
import { getDiff } from 'graphql-schema-diff';
57
58
-const currentSchemaLocation = 'https://swapi.graph.cool/';
+const currentSchemaLocation = 'https://swapi-graphql.netlify.app/.netlify/functions/index';
59
const newSchemaLocation = './schema.graphql';
60
61
getDiff(currentSchemaLocation, newSchemaLocation)
tsconfig.json
@@ -6,7 +6,6 @@
6
"outDir": "./dist",
7
"moduleResolution": "node",
8
"strict": true,
9
- "typeRoots": ["./node_modules/@types", "./@types"],
10
"esModuleInterop": true,
11
"resolveJsonModule": true,
12
"declaration": true,
0 commit comments