英文: Multiple aggregations into one graphql query 问题 我正在尝试在一个GraphQL查询中汇总多个值。似乎无法做到这一点(使用Hasura Graph...
创建新行时为用户创建第二行
英文: Hasura: Create Second Row When User Insert New Row 问题 我在云上使用Hasura和PostgreSQL数据库。 我有一个名为reposito...
Hasura支持Postgres的integer[]数据类型的“contains”过滤器吗?
英文: Does Hasura support "contains" filter for integer[] data types from postgres? 问题 我们正在评...
How to set header key and value with go packages : shurcooL/graphql or hasura/go-graphql-client?
英文: How to set header key and value with go packages : shurcooL/graphql or hasura/go-graphql-client?...
如何将Docker Hasura连接到多个PostgreSQL数据库?
英文: How to connect Docker Hasura to more multiple Postgre database? 问题 我有一个运行在容器中的Hasura(在Kubernetes...
我无法使用 Hasura 发送带有 where 条件的 GraphQL 查询。
英文: I can't send graphql query with where condition on hasura 问题 我必须使用golang和Hasura发送graphql查询。但...
如何在 .graphql 文件中编写 GraphQl Upsert 查询。
英文: How to write GraphQl Upsert Query in .graphql file 问题 我可以在 Hasura UI 中执行 upsert 查询,并且在 Java 中使用 ...