Fix invalid GraphQL request for event creation/update
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
a461674f9d
commit
f5e6e51817
@ -207,7 +207,7 @@ export const CREATE_EVENT = gql`
|
|||||||
$physicalAddress: AddressInput
|
$physicalAddress: AddressInput
|
||||||
$options: EventOptionsInput
|
$options: EventOptionsInput
|
||||||
$contacts: [Contact]
|
$contacts: [Contact]
|
||||||
$metadata: EventMetadataInput
|
$metadata: [EventMetadataInput]
|
||||||
) {
|
) {
|
||||||
createEvent(
|
createEvent(
|
||||||
organizerActorId: $organizerActorId
|
organizerActorId: $organizerActorId
|
||||||
@ -257,7 +257,7 @@ export const EDIT_EVENT = gql`
|
|||||||
$physicalAddress: AddressInput
|
$physicalAddress: AddressInput
|
||||||
$options: EventOptionsInput
|
$options: EventOptionsInput
|
||||||
$contacts: [Contact]
|
$contacts: [Contact]
|
||||||
$metadata: EventMetadataInput
|
$metadata: [EventMetadataInput]
|
||||||
) {
|
) {
|
||||||
updateEvent(
|
updateEvent(
|
||||||
eventId: $id
|
eventId: $id
|
||||||
|
Loading…
Reference in New Issue
Block a user