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
|
$physicalAddress: AddressInput
|
||||||
$options: EventOptionsInput
|
$options: EventOptionsInput
|
||||||
$contacts: [Contact]
|
$contacts: [Contact]
|
||||||
|
$metadata: EventMetadataInput
|
||||||
) {
|
) {
|
||||||
createEvent(
|
createEvent(
|
||||||
organizerActorId: $organizerActorId
|
organizerActorId: $organizerActorId
|
||||||
@ -226,6 +227,7 @@ export const CREATE_EVENT = gql`
|
|||||||
physicalAddress: $physicalAddress
|
physicalAddress: $physicalAddress
|
||||||
options: $options
|
options: $options
|
||||||
contacts: $contacts
|
contacts: $contacts
|
||||||
|
metadata: $metadata
|
||||||
) {
|
) {
|
||||||
...FullEvent
|
...FullEvent
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user