Geoffroy Couprie

Results 298 issues of Geoffroy Couprie

Found when testing something else: https://github.com/apollographql/router/pull/6035#discussion_r1768865666 With the query `query Invalid { me { name { reviews { body } } } }` where `name` is a String, we get...

This changes the third party block signature format to prevent reuse of third party blocks across tokens, by including the previous block's signature in the signed data

This will make it easier to build Parser implementations without having to implement the trait manually

indented languages must keep a context indicating the indentation level

the current code of `Compare::compare_no_case` for `&str` does a `to_lowercase` on the input and the tag to compare to. This does not take into account complex cases when doing an...