About 1,770,000 results
Open links in new tab
  1. Hasura GraphQL doesn't have mutation option - Stack Overflow

    Nov 20, 2024 · Hasura GraphQL doesn't have mutation option Asked 1 year, 1 month ago Modified 10 months ago Viewed 151 times

  2. Hasura GraphQL error: "field '{name of mutation}' not found in …

    Dec 25, 2024 · I recently added a table in Hasura and I restricted the table to only have insert permissions at the user level since the user didn't need to perform any queries. However, the …

  3. 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 …

  4. 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 …

  5. 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 …

  6. Is there a way with Hasura to do a mutation based on the result of …

    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 …

  7. 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 …

  8. 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 …

  9. How to apply a Hasura `where` filter only if a variable is not null?

    Apr 23, 2019 · This is because Hasura follows SQL by having null not comparable to anything (only _is_null can match values that are set as null in nullable columns). Therefore, { _eq: null …

  10. sql - Hasura GraphQL query : where clause with value from related ...

    Sep 1, 2021 · Hasura GraphQL query : where clause with value from related entity Asked 4 years, 3 months ago Modified 4 years, 3 months ago Viewed 2k times