fascinating-indigo
fascinating-indigoโ€ข3y 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
probable-pink
probable-pinkโ€ข3y ago
Hey @coops8 Which data provider are you using?
fascinating-indigo
fascinating-indigoOPโ€ข3y ago
Hasura
probable-pink
probable-pinkโ€ข3y ago
We use this https://github.com/atulmy/gql-query-builder library for request.
probable-pink
probable-pinkโ€ข3y ago
GitHub
refine/index.ts at next ยท refinedev/refine
Build your React-based CRUD applications, without constraints. - refine/index.ts at next ยท refinedev/refine

Did you find this page helpful?