nicolaslopezj / atom-graphql-autocomplete

Autocomplete and lint from a GraphQL endpoint in atom.
MIT License
48 stars 7 forks source link

GraphQL Autocomplete Atom

graphql-autocomplete

Autocomplete and lint from a GraphQL endpoint or static JSON introspection query in atom.

Instructions

{
  "request": {
    "url": "http://localhost:3000/graphql"
  }
}
{
  "request": {
    "url": "http://localhost:8082/v1alpha1/graphql",
    "headers": {
      "Authorization": "Bearer <token>"
    }
  }
}
{
  "file": {
    "path": "./introspection.json"
  }
}