/atom-graphql-autocomplete

Autocomplete and lint from a GraphQL endpoint in atom.

Primary LanguageJavaScriptMIT LicenseMIT

GraphQL Autocomplete Atom

graphql-autocomplete

Autocomplete and lint from a GraphQL endpoint in atom.

Instructions

  • Create a .graphqlrc file in the root of your project

  • Add the endpoint:

{
  "request": {
    "url": "http://localhost:3000/graphql"
  }
}