graphers icon indicating copy to clipboard operation
graphers copied to clipboard

Very very experimental implementation of a GraphQL server in Rust

Results 11 graphers issues
Sort by recently updated
recently updated
newest added

Should be used to modify generated output.

Currently they store a `String`, so require allocation when constructed. It should be possible to create them with at least a `&'static str`, maybe even a `&str`.

Specifically `include` and `skip`

Types which implement an interface should be allowed to return a type which is a subtype of the type specified by the interface. See spec: http://facebook.github.io/graphql/#sec-Object-type-validation