Closed
Description
Hi, i had to add:
class DateTimeFilter(OrderedFilter):
"""Concrete Filter Class which specifies a type for all the abstract filter methods defined in the super classes"""
class Meta:
graphene_type = graphene.DateTime
to graphene_sqlalchemy/filters.py
for filter on graphene.DateTime to have lg
, lt
etc operators...
Should i create PR or did i miss something?
Metadata
Metadata
Assignees
Labels
No labels