Ramakrishna

Results 6 comments of Ramakrishna

@kurtzcarson @frontendphil yes this was exactly my use case. We are already using `renderSuggestion` for customizing the dropdown. But my use case is I want to attach events to the...

First of all, thanks for the plugin! Using at mindtickle. We have written a custom middleware which handles the `persisted-queries` feature of [relay](https://relay.dev/docs/en/persisted-queries). The middleware also communicates with the server...

I have written a middleware to send persisted queries to gql server. Would be happy contribute. Would be cool if the persisted queries middleware is supported out of the box

Yeah...will open a PR as soon as I get some free time...been a bit busy last couple of weeks

@alloy I think this approach is making the client coupled to the resolvers. If the resolving logic of the types change, then the client would have to change the query...

@huturen BigInt's toJSON is not implemented. I think that it can be handled using by implementing the `BigInt.prototype.toJSON` function. But it would also override the default behavior of BigInt!