Karthikeyan Chinnakonda

Results 5 comments of Karthikeyan Chinnakonda

I think the objective of `clear_metadata` is for Hasura to provide a way to provide a clean slate and ideally, there should be no hindrance for the user to do...

@arcenik Can you tell me when do you get this error? Does this happen on running any GraphQL query?

> The log extract is from graphql-server, no error where found on the graphql-engine logs. So, maybe the request didn't reach the graphql-engine? But, as you mentioned, if you downgrade,...

@mostafashr Unfortunately, we don't support array session variables yet. The #1799 PR added support to accept `{"test1", "test2"}` (String) as an array value. Please add a 👍🏽 to the issue...

Introducing the `refetch_interval` for subscriptions is a good idea! I have one question related to this: Do we multiplex similar subscriptions with different fetch intervals? That is, without the concept...