juniper/integration_tests/codegen_fail/fail
ilslv 0ebd19af5a
Redesign #[derive(GraphQLScalar)] and #[graphql_scalar] macros (#1017)
- `#[derive(GraphQLScalar)]`:
    - support generic scalars
    - support structs with single named field
    - support for overriding resolvers
- `#[graphql_scalar]`:
    - support `transparent` argument

Co-authored-by: Kai Ren <tyranron@gmail.com>
2022-02-28 11:34:38 +02:00
..
enum Fix juniper_codegen_tests assertions (#1007) 2021-12-20 14:50:49 +02:00
input-object Fix juniper_codegen_tests assertions (#1007) 2021-12-20 14:50:49 +02:00
interface Redesign #[graphql_scalar] macro (#1014, #1000) 2022-02-24 17:12:17 +02:00
object Fix juniper_codegen_tests assertions (#1007) 2021-12-20 14:50:49 +02:00
scalar Redesign #[derive(GraphQLScalar)] and #[graphql_scalar] macros (#1017) 2022-02-28 11:34:38 +02:00
subscription Fix juniper_codegen_tests assertions (#1007) 2021-12-20 14:50:49 +02:00
union Fix juniper_codegen_tests assertions (#1007) 2021-12-20 14:50:49 +02:00