How can we override MaxPageSize per-request? #9240
Unanswered
LukasPeaksystems
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a supported way to override MaxPageSize (or inject custom PagingArguments) for a specific GraphQL execution request at runtime, without touching the [UseOffsetPaging] attribute or globally changing ModifyPagingOptions? For example, via OperationRequestBuilder.AddGlobalState(...), a custom middleware, or a custom paging handler?
Beta Was this translation helpful? Give feedback.
All reactions