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

graphql-document-collector

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-document-collector - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

bin/graphql-document-collector

5

package.json
{
"name": "graphql-document-collector",
"version": "0.1.0",
"version": "0.1.1",
"description": "Load up smartly, in one location, all of the GraphQL queries/mutations/subscriptions of your project",
"main": "lib",
"bin": {
"graphql-document-collector": "./bin/graphql-document-collector"
},
"scripts": {

@@ -7,0 +10,0 @@ "test": "mocha 'lib/**/__tests__/*.js'",

6

README.md

@@ -12,6 +12,6 @@ # graphql-document-collector

`collect-gql` has a straightforward CLI interface to precompile all of your GraphQL documents in one definition file:
`graphql-document-collector` has a straightforward CLI interface to precompile all of your GraphQL documents in one definition file:
```
collect-gql '$glob' > $dest
graphql-document-collector '$glob' > $dest
```

@@ -24,3 +24,3 @@

```
collect-gql '**/*.graphql' > documents.json
graphql-document-collector '**/*.graphql' > documents.json
```

@@ -27,0 +27,0 @@

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