Skip to content

Commit

Permalink
Add graphql.config.json with default development URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogu committed May 15, 2018
1 parent f60b5d0 commit 7c5ff92
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions graphql.config.json
@@ -0,0 +1,16 @@
{
"schema": {
"request": {
"url" : "http://localhost:3000/",
"method" : "POST",
"postIntrospectionQuery" : true
}
},

"endpoints" : [
{
"name": "cruddl",
"url": "http://localhost:3000/"
}
]
}

0 comments on commit 7c5ff92

Please sign in to comment.