workaround number of event occurrences somehow being limited to 10

This commit is contained in:
2025-11-17 03:34:04 +01:00
parent 1431b8d6ff
commit ca341f5f22
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ const EventFragmentDefinition = graphql(`
pig
}
}
occurrences {
occurrences(limit: 5000) {
... on EventOccurrence {
__typename
id