Skip to content

Commit c86eb4c

Browse files
committed
remove unreachable list of ID type
1 parent 82b6eb9 commit c86eb4c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/graphql.rs

+1-6
Original file line numberDiff line numberDiff line change
@@ -3718,6 +3718,7 @@ impl ___Type for FilterEntityType {
37183718
| Scalar::UUID
37193719
| Scalar::BigInt
37203720
| Scalar::BigFloat
3721+
| Scalar::Time
37213722
| Scalar::Date
37223723
| Scalar::Datetime => Some(__InputValue {
37233724
name_: column_graphql_name,
@@ -4037,12 +4038,6 @@ impl __Schema {
40374038
entity: FilterableType::Scalar(Scalar::Opaque),
40384039
schema: Arc::clone(&schema_rc),
40394040
}),
4040-
__Type::FilterType(FilterTypeType {
4041-
entity: FilterableType::List(ListType {
4042-
type_: Box::new(__Type::Scalar(Scalar::ID)),
4043-
}),
4044-
schema: Arc::clone(&schema_rc),
4045-
}),
40464041
__Type::FilterType(FilterTypeType {
40474042
entity: FilterableType::List(ListType {
40484043
type_: Box::new(__Type::Scalar(Scalar::Int)),

0 commit comments

Comments
 (0)