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 - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

9

package.json
{
"name": "gql-tools",
"description": "GraphQL Tools for schema handling.",
"version": "0.0.1",
"version": "0.0.2",
"author": "Alberto Mijares <almilo@almilo.es>",

@@ -16,3 +16,8 @@ "license": "MIT",

"graphql": "^0.6.1"
}
},
"keywords": [
"graphql",
"tools",
"cli"
]
}
# gql-tools
GraphQL Tools for schema handling.
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.
### Installation
Install *gqltools* locally and add as dependency to the current project.
```sh
npm install --save gql-tools
```
Install *gqltools* globally.
```sh
npm install -g gql-tools
```
**Note**: this package requires *graphql* as peer dependency.
```sh
npm install [-g] graphql
```
### Usage
* **gqlschema**: generates the introspected schema and the schema AST of a given GraphQL schema language.
* **usage**: *gqlschema <schema.txt>*
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