python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Hasura permissions missing "_in" operator
According to this post, Hasura has the "_in" operation in permissions.
I'm currently running Hasura 2.1.1, but none of the new operators described in that post are present:
Looking around o...
Zeno Trevisan
Votes: 0
Answers: 1
Apollo GraphQL schema + codegen converting Hasura/PostgreSQL scalar array to scalar
I'm using Hasura to provide a GraphQL interface to a PostgreSQL table. If I have a table with an integer[] column, the command apollo schema:download is generating a schema.json with:
{
...

villasv
Votes: 0
Answers: 1
get notification from hasura to an angular application
Can you suggest me some guidelines to build an architecture to get notification from a hasura server to an angular application?
my use case is sumple:
i insert a document on hasura, the angular client...
pinale
Votes: 0
Answers: 1
How can I specify custom GraphQL types for a Postgres view in Hasura?
I have a view that I'm tracking in Hasura. I essentially query one table and left-join additional data from other tables onto it:
CREATE
OR REPLACE VIEW "public"."user_summary" AS
...
Salem
Votes: 0
Answers: 0