I'm using firebase for the jwk, my docker-compose looks like this: version: '3.6' services: postgres: image: postgres:12 restart: always volumes:
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
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
Subscription( options: SubscriptionOptions(document: gql(mySubcription)), builder: (result) { // if (result.hasException) { // return Text(result.exception.to