Skip to content

Commit

Permalink
Fix query to use unix timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreae committed Aug 31, 2023
1 parent da59e96 commit bb83b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ A collection query for "events" which includes ordering and filtering as well as
orderDirection: ASC
filter: {
title: { contains: "funtastic" }
happening_at: { gte: 2023-08-31, lte: 2023-09-14 }
happening_at: { gte: 1677676480, lte: 1696162480 }
}
) {
totalCount
Expand Down

0 comments on commit bb83b27

Please sign in to comment.