juniper/integration_tests/codegen_fail/fail/interface
ilslv 63198cdfcb
Redesign #[graphql_scalar] macro (#1014, #1000)
- support generic scalars
- make it applicable to type aliases and struct/enums/unions
2022-02-24 17:12:17 +02:00
..
additional_non_nullable_argument.rs Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
additional_non_nullable_argument.stderr Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
argument_double_underscored.rs Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
argument_double_underscored.stderr Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
argument_non_input_type.rs Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
argument_non_input_type.stderr Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
argument_wrong_default_array.rs Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
argument_wrong_default_array.stderr Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
field_double_underscored.rs Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
field_double_underscored.stderr Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
field_non_output_return_type.rs Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
field_non_output_return_type.stderr Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
fields_duplicate.rs Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
fields_duplicate.stderr Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
implementers_duplicate_pretty.rs Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
implementers_duplicate_pretty.stderr Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
implementers_duplicate_ugly.rs Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
implementers_duplicate_ugly.stderr Redesign #[graphql_scalar] macro (#1014, #1000) 2022-02-24 17:12:17 +02:00
method_default_impl.rs Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
method_default_impl.stderr Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
missing_field.rs Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
missing_field.stderr Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
missing_field_argument.rs Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
missing_field_argument.stderr Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
missing_for_attr.rs Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
missing_for_attr.stderr Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
missing_impl_attr.rs Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
missing_impl_attr.stderr Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
name_double_underscored.rs Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
name_double_underscored.stderr Fix juniper_codegen_tests assertions (#1007) 2021-12-20 14:50:49 +02:00
no_fields.rs Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
no_fields.stderr Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
non_subtype_return.rs Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
non_subtype_return.stderr Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
wrong_argument_type.rs Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
wrong_argument_type.stderr Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
wrong_item_enum.rs Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
wrong_item_enum.stderr Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
wrong_item_impl_block.rs Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00
wrong_item_impl_block.stderr Redesign #[graphql_interface] macro (#1009, #1000, #814) 2022-01-26 20:58:53 +02:00