-
Notifications
You must be signed in to change notification settings - Fork 766
Closed
Description
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
olexiy-logvinov, ilhnctn, thomas-at-perdoo and LVladymyr
Metadata
Metadata
Assignees
Labels
No labels