Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
20 views

I am setting up a hasura development environment on my local mac as a copy of an instance running in the hasura cloud (https://cloud.hasura.io/project/{id}) so I performed an export using the hasura ...
0 votes
0 answers
23 views

Given a query like this: query GetUsersAndRevenues { User_aggregate( where: { transactions: {timestamp: {_gte: 1743465600, _lte: 1751328000}} } ) { aggregate { count(...
0 votes
0 answers
79 views

I'm following the Hasura documentation on GraphQL Limit and Offset for pagination, and I noticed something that seems incorrect. The docs state: "If we have 50 todos, we could split them into 5 ...
0 votes
0 answers
29 views

There exists info for query depth limit in Hasura V2: Hasura rate limit We are trying to use Hasura V3. There exists a rate limiting plugin, but it seems it does not allow for setting maximum depth ...
beat's user avatar
  • 1,912
0 votes
0 answers
83 views

I have created a user table in Hasura with the following schema: id: UUID generated by gen_random_uuid(). name: String. email: String. I am building a Go application using the go-graphql-client ...
Fa Re's user avatar
  • 11
1 vote
2 answers
106 views

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-...
0 votes
2 answers
93 views

Trying to create a actions.yml file for my hasura graphql. I have a request_tranform to be created in below format: request_transform: version: 2 method: POST body: ...
0 votes
1 answer
57 views

I was configuring nextJS to query Hasura, passing a JWT as a header in each request. I used an ApolloProvider along with ApolloClient and ApolloLink like this: headers['Authorization'] = `Bearer ${...
0 votes
1 answer
523 views

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 mutation to insert into ...
Amir's user avatar
  • 720
0 votes
1 answer
153 views

I'm new to Hasura. I just setup Hasura and connect it with MongoDB. I follow the instruction according to the guide here: https://www.mongodb.com/developer/products/atlas/graphql-apis-hasura/ The ...
1 vote
0 answers
225 views

I am trying to create a JDBC connection to Amazon Athena using AWS credentials stored in an AWS profile (either through InstanceProfileCredentialsProvider or ProfileCredentialsProvider). However, the ...
0 votes
0 answers
58 views

This is what my table looks like which is the best approach to design this database? And I use postgresql in Hasura(Graphql engine that generate graphql server by define database with no code)to ...
2 votes
0 answers
31 views

Which env vars controls the database username will be used to connect? In my env (hosted at Qovery using k8s), it seems to only want to use the postgres username. In the Hasura docs, I see the ...
-1 votes
1 answer
63 views

"field 'todos' not found in type: 'query_root'" I dont get this error if query is being run from application but do get if it is run from Hasura Console why? the app is just a copy of nhost ...
srghma's user avatar
  • 5,443
0 votes
1 answer
61 views

I have a self-hosted Hasura installation. Right now Hasura Console in accessible via admin token you need to provide. This approach is unfeasible for us because I can't give admin token to everyone, ...

15 30 50 per page
1
2 3 4 5
...
49

AltStyle によって変換されたページ (->オリジナル) /