Newer
Older
mutation sendOrder(
$event: ID!
$eventRegistration: EventRegistrationInputType!
) {
sendEventRegistration(event: $event, eventRegistration: $eventRegistration) {
ok
}
}
mutation sendOrder(
$event: ID!
$eventRegistration: EventRegistrationInputType!
) {
sendEventRegistration(event: $event, eventRegistration: $eventRegistration) {
ok
}
}