You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the TS Gridify Query builder produces always lowercased query options. This makes the types incompatible without additional mapping or recasting.
Funnily enough, at runtime, it doesn't matter whether the query params are PascalCase or camelCase.
I am assuming that this is just missing something to tell swagger.
Steps to reproduce
Acquire the query options using [FromQuery] like above.
Check out the Swagger Schema.
The text was updated successfully, but these errors were encountered:
Version
2.15.0
Details
Using Gridify and heyapi to get the query options from the URL like so:
produces the following client type
However, the TS Gridify Query builder produces always lowercased query options. This makes the types incompatible without additional mapping or recasting.
Funnily enough, at runtime, it doesn't matter whether the query params are PascalCase or camelCase.
I am assuming that this is just missing something to tell swagger.
Steps to reproduce
The text was updated successfully, but these errors were encountered: