juniper/integration_tests/codegen_fail/fail/interface/struct
2022-04-01 21:10:45 +03:00
..
attr_additional_non_nullable_argument.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_additional_non_nullable_argument.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_field_double_underscored.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_field_double_underscored.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_field_non_output_return_type.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_field_non_output_return_type.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_fields_duplicate.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_fields_duplicate.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_implementers_duplicate_pretty.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_implementers_duplicate_pretty.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_implementers_duplicate_ugly.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_implementers_duplicate_ugly.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_missing_field.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_missing_field.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_missing_for_attr.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_missing_for_attr.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_missing_impl_attr.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_missing_impl_attr.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_name_double_underscored.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_name_double_underscored.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_no_fields.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_no_fields.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_non_subtype_return.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_non_subtype_return.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_unnamed_field.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
attr_unnamed_field.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_additional_non_nullable_argument.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_additional_non_nullable_argument.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_field_double_underscored.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_field_double_underscored.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_field_non_output_return_type.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_field_non_output_return_type.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_fields_duplicate.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_fields_duplicate.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_implementers_duplicate_pretty.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_implementers_duplicate_pretty.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_implementers_duplicate_ugly.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_implementers_duplicate_ugly.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_missing_field.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_missing_field.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_missing_for_attr.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_missing_for_attr.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_missing_impl_attr.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_missing_impl_attr.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_name_double_underscored.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_name_double_underscored.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_no_fields.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_no_fields.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_non_subtype_return.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_non_subtype_return.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_unnamed_field.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
derive_unnamed_field.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00