graphql-autocomplete
Autocomplete and lint from a GraphQL endpoint or static JSON introspection query in atom.
Create a .graphqlrc
file in the root of your project
For querying against a live endpoint, add the endpoint
:
{"request": {"url": "http://localhost:3000/graphql"}}
{
"request": {
"url": "http://localhost:8082/v1alpha1/graphql",
"headers": {
"Authorization": "Bearer <token>"
}
}
}
file path
(can be relative to the project or the fully-qualified path):{"file": {"path": "./introspection.json"}}
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.