Graeme Coupar
Graeme Coupar
#708 asked if it's possible to make the response type in a QueryFragment generic. It seems possible at the moment, but you have to specify bounds on the generic parameters...
I forgot to do this apparently - should fix sometime.
After #801 it could be good to provide a way to author queries from the command line. You run `cynic author some/file/name` and it opens the generator in a browser/tauri...
I'm not certain about this idea, but it could be nice for the names & locations of cynic schemas to be configured in the metadata section of the users Cargo.toml....
Would be good to support the [Defer & Stream RFC](https://github.com/graphql/graphql-wg/blob/main/rfcs/DeferStream.md). Probably behind a feature flag since it has not landed yet.
Currently cynic only derives Serialize for it's various types. But if you're writing tests of code that uses cynic it could be useful to have a Serialize impl so you...
[It's readme](https://github.com/Voultapher/self_cell) suggests it'll provide faster compiles than [ouroboros](https://github.com/joshua-maros/ouroboros). Needs testing though
There's an [RFC](https://github.com/graphql/graphql-spec/pull/825) for these, and some servers support it already. Cynics `InputObject` derive is quite awkward to use with `oneOf` objects currently: 1. You can only serialize one of...
https://the-guild.dev/blog/graphql-over-sse
This is a note to revisit formatting in the SDL output from cynic-introspection. Either need better heuristics for some things (particularly new lines between documented things & when to use...