Replies: 2 comments 2 replies
-
In GraphQL skip and include are used for this purpose. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have a similar use case where clients can compose their own queries, including filters, sorting and projections. Has support for dynamic queries changed at all? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
With Strawberry Shake, is there a way to invoke dynamic operations?
I have an app where the end-user can choose which columns to show in a table, can I pass to a query the list of visible fields, so that only the visible data is fetched from the server?
The returned data can be a list of elements of type Dictionary<string, JsonElement> or a JsonDocument, instead of a POCO.
Actualy the query string and the POCOs are built at compile time, and I see no way to change them.
Maybe there is one?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions