Skip to content

Commit

Permalink
Migrate to .graphqlconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogu committed Feb 26, 2020
1 parent 2bb925f commit 76013e6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
14 changes: 14 additions & 0 deletions .graphqlconfig
@@ -0,0 +1,14 @@
{
"schemaPath": "schema.graphql",
"extensions": {
"endpoints": {
"Default Introspection Endpoint": {
"url": "http://localhost:3000/",
"introspect": true
},
"cruddl": {
"url": "http://localhost:3000/"
}
}
}
}
16 changes: 0 additions & 16 deletions graphql.config.json

This file was deleted.

0 comments on commit 76013e6

Please sign in to comment.