@@ -2282,6 +2282,14 @@ <h2 id="parameter-summary">Parameter Summary</h2>
2282
2282
< td style ="text-align: center; "> na</ td >
2283
2283
</ tr >
2284
2284
< 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 >
2285
2293
< td > < a href ="#transmodelApi_tracingHeaderTags "> tracingHeaderTags</ a > </ td >
2286
2294
< td style ="text-align: center; "> < code > string[]</ code > </ td >
2287
2295
< td > Used to group requests when monitoring OTP.</ td >
@@ -2584,6 +2592,12 @@ <h3 id="transmodelApi_hideFeedId">hideFeedId</h3>
2584
2592
< strong > Path:</ strong > /transmodelApi </ p >
2585
2593
< p > Hide the FeedId in all API output, and add it to input.</ p >
2586
2594
< 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 >
2587
2601
< h3 id ="transmodelApi_tracingHeaderTags "> tracingHeaderTags</ h3 >
2588
2602
2589
2603
< p > < strong > Since version:</ strong > < code > na</ code > ∙ < strong > Type:</ strong > < code > string[]</ code > ∙ < strong > Cardinality:</ strong > < code > Optional</ code > < br />
0 commit comments