We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3414623 + b30bc92 commit bf65082Copy full SHA for bf65082
graphene_sqlalchemy/filters.py
@@ -415,6 +415,13 @@ class Meta:
415
graphene_type = graphene.Date
416
417
418
+class DateTimeFilter(OrderedFilter):
419
+ """Concrete Filter Class which specifies a type for all the abstract filter methods defined in the super classes"""
420
+
421
+ class Meta:
422
+ graphene_type = graphene.DateTime
423
424
425
class IdFilter(FieldFilter):
426
class Meta:
427
graphene_type = graphene.ID
0 commit comments