graphql-query-factory
Advanced tools
Comparing version 1.0.20 to 1.0.21
@@ -17,3 +17,2 @@ ### Todo | ||
---------------------------------------------- | ||
## Current | ||
@@ -20,0 +19,0 @@ | Tag Name | Description | |
{ | ||
"name": "graphql-query-factory", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -9,4 +9,4 @@ # GraphQL Query Batcher | ||
### Action Items (Micro) | ||
You can see TODOs in [todo.md](./docs/todo.md) | ||
### Action Items | ||
You can see TODOs and release plans in [todo.md](./docs/todo.md) | ||
@@ -76,12 +76,11 @@ ## Getting Started | ||
If you don't already have a method for this, you can: | ||
1. Create `.env` file in your root directory | ||
2. `npm install dotenv -S` | ||
3. add `require('dotenv').config()` at entry point (i.e. index/main) of your project | ||
4. define variables like so: | ||
``` | ||
1. Create .env file in your root directory | ||
2. npm install dotenv -S | ||
3. add require('dotenv').config() at entry point (i.e. index/main) of your project | ||
4. define variables like so: | ||
GQL_SIMPLE_ENDPOINT=http://api.endpoint.goes.here/12345 | ||
GQL_AUTH_TOKEN=longobscuretoken | ||
GQL_AUTH_TOKEN=longobscuretoken1290239809 | ||
``` | ||
^ note that there's no quotation marks | ||
``` |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
135661
0
85