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