Skip to content

filter: Guys, did you forgot on DateTimeFilter? #403

Closed
@Salamek

Description

@Salamek

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions