Category "hasura"

Hasura Event trigger include foreign key data sent to webhook

I have a case management system that uses Hasura and would like to add the case number to the users record in a separate crm via a Zapier webhook. I have two ta

GraphQL: unexpected variables in variableValues: first when using no variables in args

My GraphQL Query works just fine in Hasura Client but fails to work when I use the query in my React code using Apollo, I don't understand why because I am not

How use Streambuilder in flutter for Hasuragraphql?

Subscription( options: SubscriptionOptions(document: gql(mySubcription)), builder: (result) { // if (result.hasException) { // return Text(result.exception.to