mutation CreateInvitation($input: CreateInvitationInput!) { createInvitation(input: $input) { id token email companyName expiresAt } }