UpdateUserContactInfosInput
The data required to update the contact infos of an user
input UpdateUserContactInfosInput {
isAccountManagerContact: Boolean
isSalesContact: Boolean
isTechnicalContact: Boolean
isBillingContact: Boolean
}
Fields
UpdateUserContactInfosInput.isAccountManagerContact
● Boolean
scalar
Is the user an account manager contact
UpdateUserContactInfosInput.isSalesContact
● Boolean
scalar
Is the user a sales contact
UpdateUserContactInfosInput.isTechnicalContact
● Boolean
scalar
Is the user a technical contact
UpdateUserContactInfosInput.isBillingContact
● Boolean
scalar
Is the user a billing contact
Member Of
updateUserContactInfos
mutation