juniper/juniper_graphql_ws
Kai Ren 39d1e43420
Allow using Rust arrays as GraphQL lists (#918) (#966)
* Provide impls for arrays

* Remove redundant Default bound

* Recheck other places of mem::transmute usage

* Fix missing marker impls

* Extend GraphQL list validation with optional expected size

* Improve input object codegen

* Cover arrays with tests

* Add CHANGELOG entry

* Consider panic safety in FromInputValue implementation for array

* Tune up codegen failure tests
2021-07-23 14:51:47 -10:00
..
src Allow using Rust arrays as GraphQL lists (#918) (#966) 2021-07-23 14:51:47 -10:00
Cargo.toml Release juniper_graphql_ws 0.3.0 2021-07-08 00:10:57 -07:00
CHANGELOG.md Release juniper_graphql_ws 0.2.0 2020-12-09 20:00:07 -10:00
Makefile.toml Switch releasing commands from a blocklist to an allowlist (#956) 2021-07-07 23:47:16 -07:00
release.toml Add min so newer cargo-release doesn't fail (#909) 2021-04-03 15:13:25 -10:00