Skip to content

Commit

Permalink
chore(doc): improve relay compiler doc for persist (#4608)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
eMerzh authored and facebook-github-bot committed Feb 5, 2024
1 parent e5839e8 commit b7f59af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/relay-compiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,14 @@ file sources, and "listen" to the file changes in the "watch" mode. If
contain additional parameters to send. [object]
- `concurrency` The maximum number concurrent requests that will be made to
`url`. Use a value greater than 0. [number]

- `include_query_text` Boolean, whether to include the query text in the
generated files. [boolean] [default: false]
- - **Local Persisting:**
- `file` Path for the JSON file that will contain operations map. Compiler
will write queries in the format: { "md5(queryText) => "queryText", ...}.
[string]
- `include_query_text` Boolean, whether to include the query text in the
generated files. [boolean] [default: false]

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

Expand Down

0 comments on commit b7f59af

Please sign in to comment.