Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date augmenting and ranges #3223

Merged
merged 3 commits into from
Feb 10, 2021
Merged

Conversation

jasonvarga
Copy link
Member

When testing out another date range issue, I was using the 3.1 branch, and noticed I had broken date ranges.

This is because I added augmentation to the date fieldtype, but didn't include support for ranges.

This PR adds support for augmenting date ranges, explains the breaking change in the changelog, and adds support for querying date ranges in GraphQL.

range {
  start(format: "Y-m-d")
  end(format: "Y-m-d")
}

@jasonvarga jasonvarga merged commit fabfd3d into master Feb 10, 2021
@jasonvarga jasonvarga deleted the feature/date-augmenting-and-ranges branch February 10, 2021 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant