AddPartnerAdministratorInput
No description
input AddPartnerAdministratorInput {
emailAddress: EmailAddress!
name: PersonNameInput!
role: PartnerAdminRole!
}
Fields
AddPartnerAdministratorInput.emailAddress ● EmailAddress! non-null scalar
The email address of the Partner Administrator.
AddPartnerAdministratorInput.name ● PersonNameInput! non-null input
The name of the Partner Administrator.
AddPartnerAdministratorInput.role ● PartnerAdminRole! non-null enum
The role the new Partner Administrator should inhabit.