File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# GraphQL Schema Diff
2
2
3
- [ ![ Build Status] ( https://img.shields.io/travis/ fabsrc/graphql-schema-diff.svg?style=flat-square )] ( https://travis-ci.org /fabsrc/graphql-schema-diff )
3
+ [ ![ Build Status] ( https://img.shields.io/github/workflow/status/ fabsrc/graphql-schema-diff/CI/master .svg?style=flat-square )] ( https://github.com /fabsrc/graphql-schema-diff/actions?query=workflow%3A%22CI%22 )
4
4
[ ![ npm] ( https://img.shields.io/npm/v/graphql-schema-diff.svg?style=flat-square )] ( https://www.npmjs.com/package/graphql-schema-diff )
5
5
[ ![ Dependencies] ( https://img.shields.io/david/fabsrc/graphql-schema-diff.svg?style=flat-square )] ( https://david-dm.org/fabsrc/graphql-schema-diff )
6
6
[ ![ Development Dependencies] ( https://img.shields.io/david/dev/fabsrc/graphql-schema-diff.svg?style=flat-square )] ( https://david-dm.org/fabsrc/graphql-schema-diff?type=dev )
@@ -55,7 +55,7 @@ Schema locations can be:
55
55
``` js
56
56
import { getDiff } from ' graphql-schema-diff' ;
57
57
58
- const currentSchemaLocation = ' https://swapi.graph.cool/ ' ;
58
+ const currentSchemaLocation = ' https://swapi-graphql.netlify.app/.netlify/functions/index ' ;
59
59
const newSchemaLocation = ' ./schema.graphql' ;
60
60
61
61
getDiff (currentSchemaLocation, newSchemaLocation)
You can’t perform that action at this time.
0 commit comments