Skip to content

Commit 360469d

Browse files
committed
📝 Update example URL in documentation
1 parent 74310ce commit 360469d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Schema locations can be:
5555
```js
5656
import { getDiff } from 'graphql-schema-diff';
5757

58-
const currentSchemaLocation = 'https://swapi.graph.cool/';
58+
const currentSchemaLocation = 'https://swapi-graphql.netlify.app/.netlify/functions/index';
5959
const newSchemaLocation = './schema.graphql';
6060

6161
getDiff(currentSchemaLocation, newSchemaLocation)

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"outDir": "./dist",
77
"moduleResolution": "node",
88
"strict": true,
9-
"typeRoots": ["./node_modules/@types", "./@types"],
109
"esModuleInterop": true,
1110
"resolveJsonModule": true,
1211
"declaration": true,

0 commit comments

Comments
 (0)