Skip to content

Commit 963db21

Browse files
author
OTP Bot
committed
Deployed ef530a61ab to dev-2.x in en with MkDocs 1.5.3 and mike 1.2.0.dev0
1 parent a37bed3 commit 963db21

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

en/dev-2.x/RouterConfiguration/index.html

+14
Original file line numberDiff line numberDiff line change
@@ -2282,6 +2282,14 @@ <h2 id="parameter-summary">Parameter Summary</h2>
22822282
<td style="text-align: center;">na</td>
22832283
</tr>
22842284
<tr>
2285+
<td>   <a href="#transmodelApi_maxNumberOfResultFields">maxNumberOfResultFields</a></td>
2286+
<td style="text-align: center;"><code>integer</code></td>
2287+
<td>The maximum number of fields in a GraphQL result</td>
2288+
<td style="text-align: center;"><em>Optional</em></td>
2289+
<td><code>1000000</code></td>
2290+
<td style="text-align: center;">2.6</td>
2291+
</tr>
2292+
<tr>
22852293
<td>   <a href="#transmodelApi_tracingHeaderTags">tracingHeaderTags</a></td>
22862294
<td style="text-align: center;"><code>string[]</code></td>
22872295
<td>Used to group requests when monitoring OTP.</td>
@@ -2584,6 +2592,12 @@ <h3 id="transmodelApi_hideFeedId">hideFeedId</h3>
25842592
<strong>Path:</strong> /transmodelApi </p>
25852593
<p>Hide the FeedId in all API output, and add it to input.</p>
25862594
<p>Only turn this feature on if you have unique ids across all feeds, without the feedId prefix.</p>
2595+
<h3 id="transmodelApi_maxNumberOfResultFields">maxNumberOfResultFields</h3>
2596+
2597+
<p><strong>Since version:</strong> <code>2.6</code><strong>Type:</strong> <code>integer</code><strong>Cardinality:</strong> <code>Optional</code><strong>Default value:</strong> <code>1000000</code> <br />
2598+
<strong>Path:</strong> /transmodelApi </p>
2599+
<p>The maximum number of fields in a GraphQL result</p>
2600+
<p>Enforce rate limiting based on query complexity; Queries that return too much data are cancelled.</p>
25872601
<h3 id="transmodelApi_tracingHeaderTags">tracingHeaderTags</h3>
25882602

25892603
<p><strong>Since version:</strong> <code>na</code><strong>Type:</strong> <code>string[]</code><strong>Cardinality:</strong> <code>Optional</code> <br />

en/dev-2.x/search/search_index.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)