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

I've documented rename/alias _slightly_ on the [`QueryFragments` page of the book](https://cynic-rs.dev/derives/query-fragments.html#field-attributes), but could go into a bit more detail about the use cases, how to use it to fetch multiple...

Bumps [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen) from 0.3.28 to 0.3.31. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wasm-bindgen-test&package-manager=cargo&previous-version=0.3.28&new-version=0.3.31)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

🤖 dependencies
rust

Bumps [syn](https://github.com/dtolnay/syn) from 1.0.87 to 1.0.98. Release notes Sourced from syn's releases. 1.0.97 Update examples 1.0.96 Add a punct_mut() method on syn::punctuated::Pair to return Option<&mut P> (#1183) 1.0.95 Replace unicode-xid...

🤖 dependencies
rust

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.2 to 4.7.4. Release notes Sourced from typescript's releases. TypeScript 4.7.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...

🤖 dependencies
javascript

Bumps [dset](https://github.com/lukeed/dset) from 3.1.1 to 3.1.2. Release notes Sourced from dset's releases. v3.1.2 Patches (dset/merge): Prevent possible prototype pollution (#34): 2d156c7 Thank you @​n1ru4l~! Chores (dset/merge): Add tests for "proto"...

🤖 dependencies
javascript

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.39 to 18.0.9. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=17.0.39&new-version=18.0.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

🤖 dependencies
javascript

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 17.0.13 to 18.0.3. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react-dom&package-manager=npm_and_yarn&previous-version=17.0.13&new-version=18.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

🤖 dependencies
javascript

Decoding errors currently only include details of the field that failed, no info on where in the response that was. Might be nice to figure out how to improve them

✨ enhancement

We have (or at least used to have)[ some suggestion logic for when you accidentally typo a type name. Would be good to consolidate this as part of the `Schema::lookup`...

✨ enhancement

Currently it happens at query building time. For performance this may be sensible, but it means I have no way to propagate errors unless I change a lot of APIs...

✨ enhancement