cynic icon indicating copy to clipboard operation
cynic copied to clipboard

A bring your own types GraphQL client library for Rust

Results 128 cynic issues
Sort by recently updated
recently updated
newest added

Hello, I would like to ask if a macro that could do the job of https://generator.cynic-rs.dev/ could exist? And if not, then why? I'm not sure what the limits of...

#### Why are we making this change? The readers in cynic-parser all just store an id that indexes into the underlying parsed Document. I was a bit on the fence...

## 🤖 New release * `cynic`: 3.7.1 -> 3.7.2 (✓ API compatible changes) * `cynic-proc-macros`: 3.7.1 -> 3.7.2 * `cynic-codegen`: 3.7.1 -> 3.7.2 * `cynic-parser`: 0.3.0 -> 0.3.1 (✓ API...

Hi, I am making a wrapper library for a website with GraphQL API. I would like to ship the schema file with the library so the user doesn't have to...

I have this defined in my cynic query: ```rust #[arguments(first: 5, states: [MERGED, CLOSED])] pub associated_pull_requests: PullRequestConnection, ``` However in the actual GraphQL query, the output has an extra empty...

#### 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...

## 🤖 New release * `cynic`: 3.7.3 -> 3.8.0 * `cynic-proc-macros`: 3.7.3 -> 3.8.0 * `cynic-codegen`: 3.7.3 -> 3.8.0 * `cynic-parser`: 0.4.5 -> 0.4.6 * `cynic-cli`: 3.7.3 -> 3.8.0 *...

#### 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:...