Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gql-tools

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gql-tools

GraphQL Tools for schema handling.

  • 0.0.6
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
19
decreased by-84.68%
Maintainers
1
Weekly downloads
 
Created
Source

gql-tools

This package provides several command-line tools to work with GraphQL schemas. For instance, generating the introspected schema or the schema AST in JSON format. Generation of the schema of a remote GraphQL endpoint in the schema language is also supported (see CLI options).

Installation

Install gqltools locally and add as dependency to the current project.

npm install --save gql-tools

Install gqltools globally.

npm install -g gql-tools

Note: this package requires graphql as peer dependency.

npm install [-g] graphql

Usage

  • gqlschema: generates the introspected schema and the schema AST of a given GraphQL schema either from the schema language (file must be provided) or from a GraphQL endpoint (URL must be provided). Schema language generation of a GraphQL endpoint is also supported if a URL is provided (see command options).
    • usage: gqlschema <schema.txt | http://example.com/graphql>

Keywords

FAQs

Package last updated on 19 Jul 2016

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