Renée
Renée
It depends. There aren't many production users so there hasn't been much activity since the main authors' attention drifted elsewhere. I would personally review bugfix PRs and maybe small features....
This is really only one of the things that would be required for compatibility ... the reason why directive applications are omitted is that graphql-js parses to an internal Schema...
@jasonbarnett667 Is this good to go? I assume yes but i'm not sure about the context for this change. if you think it's ready i can approve & merge it.
> Would it be better to just specify 0 as the element rather than expanding all the paths? I think probably that expanding everything is better. It's worth checking with...
i'll claim that we should test against 7 for the time being
we also talked about letting the router report detailed errors in a machine-readable format (i.e. JSON) the graphql spec describes an error format: https://spec.graphql.org/October2021/#sec-Errors.Request-errors we could add a conversion to...
The `line`, `column` is only available from the `ApolloDiagnostic::SyntaxError` at the moment (through miette, i'm actually not sure from memory if it has an API that exposes this). diagnostics IIRC...
Simon has been working on a new AST+HIR to support modifying and creating new documents, which uses shared pointers to nodes that cache the hash. It's a little different from...
My impression is that apollo-federation today clones `Name`s *a lot* a lot