python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Hasura Graphql does not return all documents when multiple foreign keys exist in a table to the same foreign field
Query:
user (where: { id: {_eq: 104}}) {
connections {
user1
user2
status
}
}
Response:
{
"data": {
"user": [
{
"id": 104...
Shivu D.G
Votes: 0
Answers: 1
Running different Hasura apps with one Postgres
I have two different applications Build with Hasura as the backend and I would like both of them to use the same Postgres instance. Would I encounter any difficulties making this happen? Is it even po...
Samuel E.
Votes: 0
Answers: 1
How to properly setup an architecture for working with Hasura metadata in different branches?
Hasura has a great system of incremental migrations of database schema.
You set it up, create a new branch, launch console from cli, do your changes and get a bunch of migration files.
Add those files...

Amantel
Votes: 0
Answers: 1
Hasua GraphQL docker engine hammering jwk endpoint
I'm using firebase for the jwk, my docker-compose looks like this:
version: '3.6'
services:
postgres:
image: postgres:12
restart: always
volumes:
- db_data:/var/lib/postgresql/data
...

meds
Votes: 0
Answers: 1