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
Is there a way to dynamically build queries based on schema available, schemas have special type 'query', was looking for a way to build query for the client based on the queries available on schema, currently all the example I can find need to have query build during compile time, my requirement is to build queries in runtime, based on the schema query type provided, where user only knows the query name.
Any help is appreciated.
Thank you!
The text was updated successfully, but these errors were encountered:
EMPirATe
changed the title
Queries based on 'Query' type from Schema or dynamic queries
Queries based on 'query' type from Schema or dynamic queries
Apr 4, 2023
Is there a way to dynamically build queries based on schema available, schemas have special type 'query', was looking for a way to build query for the client based on the queries available on schema, currently all the example I can find need to have query build during compile time, my requirement is to build queries in runtime, based on the schema query type provided, where user only knows the query name.
Any help is appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: