Tirumarai Selvan

Results 131 comments of Tirumarai Selvan

@nahueld-owners We are looking into this. May take couple more days. Appreciate your patience.

> My best guess is that the query contains a lot of fragments, and those fragments often query for the same nodes. And it appears as if the nodes are...

Dumb question probably: Why do you want trace_context to be stringified in the first place?

@georgiosd Could you give us a sample repro so we can try it on our end?

Scalars like `uuid` are in-built custom scalars in Hasura. These need not be redefined in actions when you have a table with `uuid` type already. Hence, you do not get...

@kdawgwilk Thanks for raising this. Do you mind raising a new ticket for this issue with Apollo Federation integration specifically? The original ask on Actions, although quite similar in essence,...

@jflambert That is right. We should definitely add how to uninstall hasura in the docs. cc: @marionschleifer

Can you try to enable "Forward client headers"? See: https://github.com/hasura/graphql-engine/issues/4770#issuecomment-661090478

@jflambert This feature is available as API: https://hasura.io/docs/latest/graphql/core/api-reference/metadata-api/custom-functions/#metadata-pg-set-function-customization The console work is still pending.

Hi @mmaderic As it happens, we already have a solution for keeping open transactions in graphql: https://github.com/hasura/graphql-engine/pull/3557 The protocol, which runs over websocket, is described here: https://github.com/rakeshkky/graphql-engine/blob/graphql-tx-poc/server/graphql-tx-protocol.md