Skip to content

Commit b7f59af

Browse files
eMerzhfacebook-github-bot
authored andcommitted
chore(doc): improve relay compiler doc for persist (#4608)
Summary: because this config was undocumented just found it in the release note Pull Request resolved: #4608 Reviewed By: josephsavona Differential Revision: D53274563 Pulled By: captbaritone fbshipit-source-id: 7d2a43fd60e6120ab1bfaf7283c4e6ea96ad4a65
1 parent e5839e8 commit b7f59af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/relay-compiler/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,14 @@ file sources, and "listen" to the file changes in the "watch" mode. If
9696
contain additional parameters to send. [object]
9797
- `concurrency` The maximum number concurrent requests that will be made to
9898
`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]
100101
- - **Local Persisting:**
101102
- `file` Path for the JSON file that will contain operations map. Compiler
102103
will write queries in the format: { "md5(queryText) => "queryText", ...}.
103104
[string]
105+
- `include_query_text` Boolean, whether to include the query text in the
106+
generated files. [boolean] [default: false]
104107

105108
- `codegenCommand` Command name that for relay compiler. [string]
106109

0 commit comments

Comments
 (0)