We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2bc84 commit b30bc92Copy full SHA for b30bc92
graphene_sqlalchemy/filters.py
@@ -423,6 +423,13 @@ class Meta:
423
graphene_type = graphene.Date
424
425
426
+class DateTimeFilter(OrderedFilter):
427
+ """Concrete Filter Class which specifies a type for all the abstract filter methods defined in the super classes"""
428
+
429
+ class Meta:
430
+ graphene_type = graphene.DateTime
431
432
433
class IdFilter(FieldFilter):
434
class Meta:
435
graphene_type = graphene.ID
0 commit comments