
Newest 'hasura' Questions - Stack Overflow
I have reviewed the hasura documentation but it mentions that I need to send either x-hasura-role or x-hasura-default-role along with x-hasura-allowed-roles. If I send any one of these along with x-...
Sending multiple roles to execute request in hasura
Jan 23, 2025 · However, my requirement is for Hasura to check all the roles inside the x-hasura-allowed-roles array, and if any of those roles have the necessary permissions, the request should be …
hasura - Using Request Headers in Query/Mutation - Stack Overflow
Oct 22, 2022 · You can copy the graphql endpoint from hasura console and hit simple http request to that endpoint with query and it's variables in request body. Sharing sample code here using http …
Is there a way with Hasura to do a mutation based on the result of a ...
Dec 1, 2022 · There is no way "to do a mutation based on the result of a query, within the same GraphQL call" in Hasura natively. However, you could either make a SQL function or use Event …
How to apply Hasura JSON metadata, which was generated from …
Feb 23, 2023 · 1 I plan to deploy Hasura Docker container into Kubernetes cluster. So I got a Hasura metadata JSON file (hasura_metadata_2023_02_23_16_59_45_407.json), which was generated …
hasura-v2.xx gives graphql-engine-1 exited with code 1 on `hasura ...
Sep 26, 2023 · hasura-v2.xx gives graphql-engine-1 exited with code 1 on `hasura metadata track ...` Asked 2 years, 3 months ago Modified 2 years, 3 months ago Viewed 194 times
How to access hasura graphql interface? - Stack Overflow
Dec 23, 2023 · I'd like to access the graphql interface of hasura directly (without going through the hasura admin dashboard). In the admin dashboard I see the following When I try to navigate to that …
Cannot connect Hasura graphql with existing Microsoft SQL Server ...
Nov 24, 2023 · I am unable to connect hasura with already existing Microsoft SQL Server database. For testing purpose I have used a local Microsoft SQL Server database with: server name: …
How to create hasura graphql query with multiple where _or?
Feb 2, 2022 · I am using hasura and graphql, and I want to create a query, which is using multiple "where _or". Sadly, it is not working as expected. I read a lot of articles, stackoverflow comments, and
sql - Hasura: How to query counts of records from multiple related ...
Jan 7, 2023 · Hasura: How to query counts of records from multiple related tables Asked 3 years ago Modified 3 years ago Viewed 1k times