useList with Hasura (nested queries)
Not sure my data provider is correctly set up to handle the data response I desire, please see: https://github.com/refinedev/refine/discussions/6089
Thankful for all help.
Thankful for all help.
GitHub
I am not able to retrieve data response using Hasura as the data provider, and the hook useList. This is my query: export const DASHBOARD_TASKS_CHART_QUERY = gql` query DashboardTasksChart( $where:...
