Hasura GraphQL error: “field ‘{name of mutation}’ not found in type – Stack Overflow

Hasura GraphQL error: “field ‘{name of mutation}’ not found in type – Stack Overflow

The root cause was that I needed to grant the user select permissions as well since the mutation also returns specific fields (in this case id).

 

Read More