Skip to content

Instantly share code, notes, and snippets.

@gc-codesnippets
Created August 15, 2017 16:40
Show Gist options
  • Save gc-codesnippets/83799322dccf7a9e14afa6a697ba3948 to your computer and use it in GitHub Desktop.
Save gc-codesnippets/83799322dccf7a9e14afa6a697ba3948 to your computer and use it in GitHub Desktop.
{
"schemaPath": "schema.graphql",
"extensions": {
"endpoints": {
"prod": {
"url": "https://api.graph.cool/simple/v1/swapi",
"subscription": {
"url": "wss://subscriptions.graph.cool/simple/v1/swapi"
}
},
"dev": {
"url": "http://localhost:3000/graphql",
"subscription": {
"url": "ws://localhost:3001"
}
},
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment