INPUT_OBJECT
An input type for canceling an invite, using the cancel invite mutation.
input CancelInviteInput {# The id of the invite sent to the user.inviteId: String!}