graphql-document-collector
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"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'", |
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66245