Skip to content

Commit

Permalink
📝 Update example URL in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fabsrc committed Jul 30, 2021
1 parent 74310ce commit 360469d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Schema locations can be:
```js
import { getDiff } from 'graphql-schema-diff';

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

getDiff(currentSchemaLocation, newSchemaLocation)
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"outDir": "./dist",
"moduleResolution": "node",
"strict": true,
"typeRoots": ["./node_modules/@types", "./@types"],
"esModuleInterop": true,
"resolveJsonModule": true,
"declaration": true,
Expand Down

0 comments on commit 360469d

Please sign in to comment.