extended-salmon
extended-salmonโ€ข2y ago

custom graphql query to fetch data from the backend

Here is my custom graphql query --- const UNITS_AGGREGATE = gqlquery { organizations { id organization_units_aggregate { aggregate { count(distinct: true) } } } }; I need to pass it to the organization table to fetch the number of distinct organizations_unit. Which hook i need to use and how to pass it. ๐Ÿ‘‹
4 Replies
useful-bronze
useful-bronzeโ€ข2y ago
Hey @coops8 Which data provider are you using?
extended-salmon
extended-salmonโ€ข2y ago
Hasura
useful-bronze
useful-bronzeโ€ข2y ago
We use this https://github.com/atulmy/gql-query-builder library for request.
useful-bronze
useful-bronzeโ€ข2y ago
GitHub
refine/index.ts at next ยท refinedev/refine
Build your React-based CRUD applications, without constraints. - refine/index.ts at next ยท refinedev/refine