graphql-query-factory
Advanced tools
Comparing version 1.0.15 to 1.0.16
{ | ||
"name": "graphql-query-factory", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "", | ||
"main": "index.js", | ||
"main": "src/index.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "dev": "npm run build && npm test", |
@@ -18,3 +18,3 @@ # GraphQL Query Batcher | ||
| ✓ | TravisCI | [https://travis-ci.org/alechp/graphql-query-factory](https://travis-ci.org/alechp/graphql-query-factory)| | ||
| ☐ | Webpack | Babel has been useful for testing. Going to convert to webpack to enable uglification, tree-shaking, etc. | | ||
| ☐ | Webpack | Babel has been useful for testing. Going to convert to webpack to enable uglification, tree-shaking, etc. | | ||
## Getting Started | ||
@@ -108,1 +108,7 @@ #### Installation | ||
-------------------------------- | ||
#### Environment Variables | ||
When using `QueryBatcher()` or `batcher` you must include two environment variables: | ||
* `GQL_SIMPLE_ENDPOINT`: | ||
* `GQL_AUTH_TOKEN` |
113
26572
22
816