workaround number of event occurrences somehow being limited to 10
This commit is contained in:
@@ -53,7 +53,7 @@ const EventFragmentDefinition = graphql(`
|
||||
pig
|
||||
}
|
||||
}
|
||||
occurrences {
|
||||
occurrences(limit: 5000) {
|
||||
... on EventOccurrence {
|
||||
__typename
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user