Graeme Coupar
Graeme Coupar
#1798 changed the websocket accepter to return a custom error message - I don't think this is the right thing to do, the spec is pretty specific that the error...
This is not suitable for merging (though it could be cleaned up) but it's been useful for testing stuff. Incase it helps anyone else.
#### Why are we making this change? Cynic now supports inlining variables as a first class feature. #### What effects does this change have? Adds an example and documentation for...
#### Why are we making this change? #### What effects does this change have? ## TODO - [ ] PR message - [ ] Self review - [ ] Update...
Since I want to do v4.0.0 sometime, it'd be nice to clean up some slightly messy bits of the API. This is a catch all issue to track those things:...
https://github.com/graphql/graphql-over-http/blob/main/spec/GraphQLOverHTTP.md
#### Why are we making this change? One of cynics features is that it allows you to use types from any crate as custom scalars, bypassing the usual orphan rule...
#### Why are we making this change? Some consumers of cynic-parser need more spans on AST components so they can produce better errors. #### What effects does this change have?...
For ages the book has been the canonical source of documentation for cynic. However, it's a bit annoying having the rust documentation completely empty and just linked to the book....