juniper/integration_tests/juniper_tests/src
ilslv 0ebd19af5a
Redesign #[derive(GraphQLScalar)] and #[graphql_scalar] macros ()
- `#[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
..
codegen Redesign #[derive(GraphQLScalar)] and #[graphql_scalar] macros () 2022-02-28 11:34:38 +02:00
arc_fields.rs Mark Arc with IsInputType & IsOutputType. () 2020-12-11 16:30:41 -10:00
array.rs Implement graphql_input_value! and graphql_vars! macros (, ) 2021-11-26 18:53:56 +02:00
custom_scalar.rs Redesign #[graphql_scalar] macro (, ) 2022-02-24 17:12:17 +02:00
explicit_null.rs Implement graphql_input_value! and graphql_vars! macros (, ) 2021-11-26 18:53:56 +02:00
infallible_as_field_error.rs Implement IntoFieldError for Infallible () 2020-10-29 06:39:59 -07:00
issue_371.rs Implement graphql_input_value! and graphql_vars! macros (, ) 2021-11-26 18:53:56 +02:00
issue_372.rs Forbid __typename on subscription root (, ) 2021-12-13 14:27:14 +02:00
issue_398.rs Implement graphql_input_value! and graphql_vars! macros (, ) 2021-11-26 18:53:56 +02:00
issue_407.rs Redesign #[graphql_interface] macro (, , ) 2022-01-26 20:58:53 +02:00
issue_500.rs Implement graphql_input_value! and graphql_vars! macros (, ) 2021-11-26 18:53:56 +02:00
issue_798.rs Redesign #[graphql_interface] macro (, , ) 2022-01-26 20:58:53 +02:00
issue_914.rs Implement graphql_input_value! and graphql_vars! macros (, ) 2021-11-26 18:53:56 +02:00
issue_922.rs Redesign #[graphql_interface] macro (, , ) 2022-01-26 20:58:53 +02:00
issue_925.rs Implement graphql_input_value! and graphql_vars! macros (, ) 2021-11-26 18:53:56 +02:00
issue_945.rs Implement graphql_input_value! and graphql_vars! macros (, ) 2021-11-26 18:53:56 +02:00
lib.rs Redesign #[graphql_scalar] macro (, ) 2022-02-24 17:12:17 +02:00
pre_parse.rs Implement graphql_input_value! and graphql_vars! macros (, ) 2021-11-26 18:53:56 +02:00