dnscms: expose custom event venue in graphql
This commit is contained in:
@ -570,6 +570,7 @@ class EventOccurrence(Orderable):
|
||||
GraphQLString("start", required=True),
|
||||
GraphQLString("end"),
|
||||
GraphQLForeignKey("venue", "venues.VenuePage"),
|
||||
GraphQLString("venue_custom"),
|
||||
]
|
||||
|
||||
def clean(self):
|
||||
|
Reference in New Issue
Block a user