Hasura dataprovider : How to query with _not operator ?
How can i query data with _not operator like this
query query {
event(where: {_not: {group_event: {event__id: {_is_null: false}}}}, limit: 10) {
id
group_event {
event__id
}
}
}
2 Replies
Hi @Nicolas Bourdin. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Hmm, I don't know enough to give you a confident answer yet. The information extracts provided do not contain specific details on how to use the
_not
operator with the Hasura data provider in refine.
However, you can refer to the Hasura documentation (https://hasura.io/docs/latest/graphql/core/databases/postgres/queries/query-filters.html#not) for more details on how to use the _not
operator in your queries.
For more specific usage within the refine framework, you may want to check the refine documentation (https://refine.dev/docs/) or their GitHub repository (https://github.com/pankod/refine) for examples and further information.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------<@798191015391395866> kapa.ai is still learning and improving, please let us know how it did by reacting below