InviteInput
Attributes for creating a new campaign invite.
input InviteInput {
name: String!
email: String!
}
Fields
InviteInput.name ● String! non-null scalar
Name of the invited person
InviteInput.email ● String! non-null scalar
Email of the invited person
Member of
CampaignInvitesCreate mutation