Skip to content

DateFromToRangeFilter #92

@jole78

Description

@jole78

Does anyone have an idea for (or have implemented) a DateFromToRangeFilter that works?

Example, filtering a collection of Articles based on a published_date attribute range (between 2 dates)

With Django Rest Framework when using this filter we send the values as published_0 (for from) and published_1 (for to) to get a range.

Not quite sure how to accomplish that with graphene, which expects this to be a simple string OOB, e.g. published: String

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