New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/orionsoft/atom-graphql-autocomplete

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/orionsoft/atom-graphql-autocomplete

  • v2.0.0+incompatible
  • Source
  • Go
  • Socket score

Version published
Created
Source

GraphQL Autocomplete Atom

graphql-autocomplete

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

Instructions

  • 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"
  }
}
  • Adding headers for ex authentication:
{
  "request": {
    "url": "http://localhost:8082/v1alpha1/graphql",
    "headers": {
      "Authorization": "Bearer <token>"
    }
  }
}
  • For using a static file, add the file path (can be relative to the project or the fully-qualified path):
{
  "file": {
    "path": "./introspection.json"
  }
}

FAQs

Package last updated on 19 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc