add event categories

This commit is contained in:
2024-05-13 02:20:26 +02:00
parent 80421b537a
commit 9b77ac0203
8 changed files with 143 additions and 13 deletions

View File

@ -1,9 +1,5 @@
import {
compareAsc,
getYear,
getMonth,
getWeek,
getDate,
endOfWeek,
startOfToday,
startOfWeek,
@ -47,6 +43,12 @@ const EventFragmentDefinition = graphql(`
priceRegular
priceMember
priceStudent
categories {
... on EventCategory {
name
slug
}
}
occurrences {
... on EventOccurrence {
__typename