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