juniper/integration_tests/codegen_fail/fail/union
Kai Ren a3fda7363d
Rework codegen for GraphQL objects and subscriptions (#971, #421)
- preserve and reuse defined impl blocks in #[graphql_object] and #[graphql_subscription] macros expansion
- allow renaming `ScalarValue` type parameter in expanded code via `scalar = S: ScalarValue` syntax

Additionally:
- rename `rename` attribute's argument to `rename_all`
- support `rename_all` in #[graphql_interface] macro
2021-08-11 17:41:49 +03:00
..
attr_wrong_item.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
attr_wrong_item.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
derive_wrong_item.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
derive_wrong_item.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
enum_external_resolver_fn_conflicts_with_variant_external_resolver_fn.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
enum_external_resolver_fn_conflicts_with_variant_external_resolver_fn.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
enum_name_double_underscored.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
enum_name_double_underscored.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
enum_no_fields.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
enum_no_fields.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
enum_non_object_variant.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
enum_non_object_variant.stderr Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03:00
enum_same_type_pretty.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
enum_same_type_pretty.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
enum_same_type_ugly.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
enum_same_type_ugly.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
enum_wrong_variant_field.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
enum_wrong_variant_field.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
struct_name_double_underscored.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
struct_name_double_underscored.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
struct_no_fields.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
struct_no_fields.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
struct_non_object_variant.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
struct_non_object_variant.stderr Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03:00
struct_same_type_pretty.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
struct_same_type_pretty.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
struct_same_type_ugly.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
struct_same_type_ugly.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
trait_fail_infer_context.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_fail_infer_context.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
trait_method_conflicts_with_external_resolver_fn.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_method_conflicts_with_external_resolver_fn.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
trait_name_double_underscored.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_name_double_underscored.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
trait_no_fields.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_no_fields.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
trait_non_object_variant.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_non_object_variant.stderr Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03:00
trait_same_type_pretty.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_same_type_pretty.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
trait_same_type_ugly.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_same_type_ugly.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
trait_with_attr_on_method.rs Fix attributes naming on fields and arguments for interfaces and unions (#806) 2020-11-14 15:41:01 +02:00
trait_with_attr_on_method.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
trait_wrong_method_input_args.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_wrong_method_input_args.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
trait_wrong_method_return_type.rs Codegen reimplementation for GraphQL unions (#666) 2020-06-04 11:19:01 +03:00
trait_wrong_method_return_type.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00