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)
How to use graphql subscriptions on large objects correctly with Apollo?
I am querying a large object with some relational fields (which are also relational sometimes). So I get a result like this:
largeObject{
field1
field2
field3
children1{
field1
field2
...
izidormaklary
Votes: 0
Answers: 0
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