rusty-gql icon indicating copy to clipboard operation
rusty-gql copied to clipboard

Schema First GraphQL library for Rust

Results 2 rusty-gql issues
Sort by recently updated
recently updated
newest added

What happens if I have to add or remove a field or query or anything and have to regenerate the schema? Will it overwrite my code? It would be nice...

When I try to run `rusty-gql generate` for a schema that contains an `InputType` with an array typed member, the Rust compiler tells me that GqlInputType is not implemented for...