relay-compiler 0.0.0-main-e5839e88 → 0.0.0-main-e88306ab

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -96,11 +96,14 @@ file sources, and "listen" to the file changes in the "watch" mode. If
96
96
  contain additional parameters to send. [object]
97
97
  - `concurrency` The maximum number concurrent requests that will be made to
98
98
  `url`. Use a value greater than 0. [number]
99
-
99
+ - `include_query_text` Boolean, whether to include the query text in the
100
+ generated files. [boolean] [default: false]
100
101
  - - **Local Persisting:**
101
102
  - `file` Path for the JSON file that will contain operations map. Compiler
102
103
  will write queries in the format: { "md5(queryText) => "queryText", ...}.
103
104
  [string]
105
+ - `include_query_text` Boolean, whether to include the query text in the
106
+ generated files. [boolean] [default: false]
104
107
 
105
108
  - `codegenCommand` Command name that for relay compiler. [string]
106
109
 
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-e5839e88",
4
+ "version": "0.0.0-main-e88306ab",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
package/win-x64/relay.exe CHANGED
Binary file