diff --git a/js/src/graphql/event.ts b/js/src/graphql/event.ts index 01de31bae..cafcbdcb4 100644 --- a/js/src/graphql/event.ts +++ b/js/src/graphql/event.ts @@ -206,6 +206,7 @@ export const CREATE_EVENT = gql` $physicalAddress: AddressInput $options: EventOptionsInput $contacts: [Contact] + $metadata: EventMetadataInput ) { createEvent( organizerActorId: $organizerActorId @@ -226,6 +227,7 @@ export const CREATE_EVENT = gql` physicalAddress: $physicalAddress options: $options contacts: $contacts + metadata: $metadata ) { ...FullEvent }