relay-compiler 0.0.0-main-31c156a5 → 0.0.0-main-34380d12

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -82,11 +82,15 @@ use [glob](https://docs.rs/glob/latest/glob/) to query the filesystem for files.
82
82
  - `eagerEsModules` This option enables emitting ES modules artifacts.
83
83
  [boolean][default: false]
84
84
  - `persistConfig`
85
- - `url` String, URL to send a POST request to to persist.
85
+ - `url` String, URL to send a POST request to to persist. This
86
+ field is required in `persistConfig`
86
87
  [string]
87
- - `params` The document will be in a `POST`
88
- parameter `text`. This map can contain additional
89
- parameters to send. [object]
88
+ - `params` The document will be in a `POST` parameter `text`.
89
+ This map can contain additional parameters to send.
90
+ [object]
91
+ - `concurrency` The maximum number concurrent requests that will
92
+ be made to `url`. Use a value greater than 0.
93
+ [number]
90
94
  - `codegenCommand` Command name that for relay compiler. [string]
91
95
 
92
96
  - `isDevVariableName` Name of the global variable for dev mode (`__DEV__`).
package/linux-x64/relay CHANGED
Binary file
package/macos-arm64/relay CHANGED
Binary file
package/macos-x64/relay CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "relay-compiler",
3
3
  "description": "A compiler tool for building GraphQL-driven applications.",
4
- "version": "0.0.0-main-31c156a5",
4
+ "version": "0.0.0-main-34380d12",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
package/win-x64/relay.exe CHANGED
Binary file