graphql-client icon indicating copy to clipboard operation
graphql-client copied to clipboard

Typed, correct GraphQL requests and responses in Rust

Results 127 graphql-client issues
Sort by recently updated
recently updated
newest added

- Check if root level variables are `Option` values and skip serializing with serde if the `skip_serializing_none` option is set - Update test case appropriately

I've been running into a roadblock trying to set up a crate that re-exports `graphql_client` and allows users of the crate to define queries using the `GraphQL` macro without having...

https://github.com/graphql-rust/graphql-client/issues/483

error is attached below, and the schema is downloaded with command `graphql-client introspect-schema https://api.mainnet.aptoslabs.com/v1/graphql --output ./schema.graphql` > #[derive(GraphQLQuery)] | ^^^^^^^^^^^^ | = help: message: called `Result::unwrap()` on an `Err` value:...

Use `cargo minimal-versions` to check whether the minimal specified versions dependencies successfully compiles. As this repo has no `Cargo.lock`, CI will always test with the newest compatible dependency versions. This...

Just opening a tracking issue since this is the way.

I am trying to interface with the [Canvas LMS GraphQL API](https://canvas.instructure.com/doc/api/file.graphql.html), but when I try to create queries in rust with this library, there are name collisions between the `id`...

bug