graphql-autocomplete
Autocomplete and lint from a GraphQL endpoint in atom.
-
Create a
.graphqlrc
file in the root of your project -
Add the
endpoint
:
{
"request": {
"url": "http://localhost:3000/graphql"
}
}
Autocomplete and lint from a GraphQL endpoint in atom.
JavaScriptMIT