We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b6eb9 commit c86eb4cCopy full SHA for c86eb4c
src/graphql.rs
@@ -3718,6 +3718,7 @@ impl ___Type for FilterEntityType {
3718
| Scalar::UUID
3719
| Scalar::BigInt
3720
| Scalar::BigFloat
3721
+ | Scalar::Time
3722
| Scalar::Date
3723
| Scalar::Datetime => Some(__InputValue {
3724
name_: column_graphql_name,
@@ -4037,12 +4038,6 @@ impl __Schema {
4037
4038
entity: FilterableType::Scalar(Scalar::Opaque),
4039
schema: Arc::clone(&schema_rc),
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
4046
__Type::FilterType(FilterTypeType {
4047
entity: FilterableType::List(ListType {
4048
type_: Box::new(__Type::Scalar(Scalar::Int)),
0 commit comments