Querying Functions in Hasura and Nhost
Hi, Is there any way to query a SQL function with will return a setof table records in useTable. There is no way to pass property to the query currently.
3 Replies
Hey @msp5608 👋,
Thank you! Could you create a Github issue?
BTW you can use metaData for passing args params from data hook
Example: https://refine.dev/docs/faq/#how-i-can-override-specific-function-of-data-providers
FAQ | refine
How can I change the form data before submitting it to the API?
flat-fuchsiaOP•3y ago
Sure, I will create an issue