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