Vladimir Razuvaev

Results 34 comments of Vladimir Razuvaev

> Hence, at least for one of my use-cases, query string parsing is actually a considerable part of query execution (roughly 10%). Have you tried using this C-based parser with...

Any thoughts on remark 13 support? I am interested in upgrading `remark-custom-blocks` plugin, so can prepare a PR if you are looking for help. But not sure if we can...

Thanks for the update! 👍 I was hoping the migration will be easy 😅 But happy to try anyway when your micromark extensions are ready as you suggest.

Hey, we discussed this feature couple times. Please check #200 and #94 for reference. In short, we discussed two ways how to do this at the library level: 1. Add...

While it makes sense for me, but deprecation is not described for input object types in GraphQL specs (or reference implementation). So I guess this question should be first raised...

Interesting stuff! Did you try series of `parse` and `print` to "normalize" the query string (with regards to whitespaces)? As for full-featured comparison... I think it is possible to write...

I might have understood this incorrectly. But my understanding is that: 1. You are trying to define your schema with SDL 2. Define a class for your custom scalar type...

Good catch. `typeLoader` is only partially useful indeed. Reopening since I think this is a typical use-case (providing custom scalar type class) so we should provide a way to do...

See https://github.com/webonyx/graphql-php/issues/401 on how to override internal types

That's why it is not quite documented %) If you are ready to tackle this and prepare a PR - I will be happy to accept it!