Saran Sundararajan

Results 6 comments of Saran Sundararajan

@rose-a That didn't work for me unfortunately.

Is it possible its related to this https://github.com/Netflix/dgs-framework/issues/1036 Does the graphql client in c# expect only certain fields and will fail if extra fields were passed into the subscription response...

The server uses netflix dgs which does seem to use graphql-ws for the websocket connection

I really like the description used in the es docs, i agree that my teams normal workflow is using kibana to make some custom query, then directly using that json...

Yah similar to mentioned in that my teams normal workflow would be use kibana to create some query that could combine multiple filters aggregations etc and then we have custom...

## Issue: Mutating Subgraph Requests Causes an Error ### Description When I use the following script, I get an error: ```rhai fn subgraph_service(service, subgraph){ service.map_request(|request|{ request.body.query = "query { employer(id:...