Fixed event metadata not saved on event creation
Closes #890 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
819f2af518
commit
5fa9eb68b1
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user