Tirumarai Selvan

Results 131 comments of Tirumarai Selvan

Since this is a table to API join, maybe you can try Remote Joins: https://github.com/hasura/graphql-engine/pull/2392 . Will be out in v1.3 in few days. Meanwhile, we have noted the feature...

Adding some more context from intercom chat: > ... i've scheduled event on 2020-08-17T12:05:45Z but was executed at 2020-08-17T12:06:05.719295914Z There is a one minute poller which is delivering all the...

Subscriptions are "live queries" and will give you the result of the subscribed query, whenever it changes. In your case, you have subscribed to the result of "last created note"...

@tibotiber I am not able to reproduce this. I am guessing you are in config v1 (version: 1 in `config.yaml`) Could you try this again or on a fresh project?

Not sure if we will allow this, since `admin` by definition has full control. Although, we can enhance the UI capability to be able to copy admin permissions to any...

What's the use-case specifically? Does the delay i.e. waiting for webhook to respond and only then process the next event work for you (or at scale) -- this considerably throttles...

I guess the way you might be working around this currently is by doing the `auth` mutation and then doing query for user separately (with the jwt token/session variables set)?

@KayakinKoder While more Relay features are underway, you can start using Relay's Global ID and node fields as specified here: https://hasura.io/docs/3.0/data-domain-modeling/global-id/ We will add more docs for Relay in GraphQL...

This is not supported yet but we will be happy to take it up in a future release.

> We've assumed multiple queries in the same graphql statement would happen in parallel as per the docs. Can you point us to the docs?