juniper/integration_tests/codegen_fail/fail
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
..
enum Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
input-object Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
interface Allow using Rust arrays as GraphQL lists (#918) (#966) 2021-07-23 14:51:47 -10:00
object Allow using Rust arrays as GraphQL lists (#918) (#966) 2021-07-23 14:51:47 -10:00
union Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00