PartnerUpdateInput
The possible fields in order to update an existing partner
input PartnerUpdateInput {
description: String
name: String
notificationUserNames: PartnerNotificationUserNamesInput
ownerUserName: String
partnerId: ID!
}
Fields
PartnerUpdateInput.description
● String
scalar
Description of the partner Limited to 8000 characters
PartnerUpdateInput.name
● String
scalar
The name of the partner Limited to 128 characters
PartnerUpdateInput.notificationUserNames
● PartnerNotificationUserNamesInput
input
Represents the users to be notified for certain events
PartnerUpdateInput.ownerUserName
● String
scalar
PartnerUpdateInput.partnerId
● ID!
non-null scalar
Member of
updatePartner
mutation