juniper/integration_tests/codegen_fail/fail/interface/trait
2022-04-01 21:10:45 +03:00
..
additional_non_nullable_argument.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
additional_non_nullable_argument.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
argument_double_underscored.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
argument_double_underscored.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
argument_non_input_type.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
argument_non_input_type.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
argument_wrong_default_array.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
argument_wrong_default_array.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
field_double_underscored.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
field_double_underscored.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
field_non_output_return_type.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
field_non_output_return_type.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
fields_duplicate.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
fields_duplicate.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
implementers_duplicate_pretty.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
implementers_duplicate_pretty.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
implementers_duplicate_ugly.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
implementers_duplicate_ugly.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
method_default_impl.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
method_default_impl.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
missing_field.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
missing_field.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
missing_field_argument.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
missing_field_argument.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
missing_for_attr.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
missing_for_attr.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
missing_impl_attr.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
missing_impl_attr.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
name_double_underscored.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
name_double_underscored.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
no_fields.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
no_fields.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
non_subtype_return.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
non_subtype_return.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
wrong_argument_type.rs Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00
wrong_argument_type.stderr Implement #[derive(GraphQLInterface)] to use structs as GraphQL interfaces (#1026) 2022-04-01 21:10:45 +03:00