UpdateEventPersonV2Input
No description
input UpdateEventPersonV2Input {
eventPersonId: ID!
firstName: String
lastName: String
email: String
jobTitle: String
secondJobTitle: String
photoUrl: String
organization: String
websiteUrl: String
address: AddressInput
phoneNumbers: [PhoneNumberInput!]
landlinePhone: String
mobilePhone: String
socialNetworks: [SocialNetworkInput!]
biography: String
isVisible: Boolean
customFields: [CustomFieldUnionInput!]
bookmarkedExhibitorIds: [ID!]
bookmarkedProductIds: [ID!]
updateBarcodes: EventPersonUpdateBarcodesActionInput
firstNameTranslations: [TranslationStringInput!]
lastNameTranslations: [TranslationStringInput!]
jobTitleTranslations: [TranslationStringInput!]
organizationTranslations: [TranslationStringInput!]
biographyTranslations: [TranslationStringInput!]
}
Fields
UpdateEventPersonV2Input.eventPersonId
● ID!
non-null scalar
UpdateEventPersonV2Input.firstName
● String
scalar
UpdateEventPersonV2Input.lastName
● String
scalar
UpdateEventPersonV2Input.email
● String
scalar
UpdateEventPersonV2Input.jobTitle
● String
scalar
UpdateEventPersonV2Input.secondJobTitle
● String
scalar
UpdateEventPersonV2Input.photoUrl
● String
scalar
UpdateEventPersonV2Input.organization
● String
scalar
UpdateEventPersonV2Input.websiteUrl
● String
scalar
UpdateEventPersonV2Input.address
● AddressInput
input
UpdateEventPersonV2Input.phoneNumbers
● [PhoneNumberInput!]
list input
UpdateEventPersonV2Input.landlinePhone
● String
scalar
UpdateEventPersonV2Input.mobilePhone
● String
scalar
UpdateEventPersonV2Input.socialNetworks
● [SocialNetworkInput!]
list input
UpdateEventPersonV2Input.biography
● String
scalar
UpdateEventPersonV2Input.isVisible
● Boolean
scalar
UpdateEventPersonV2Input.customFields
● [CustomFieldUnionInput!]
list input
UpdateEventPersonV2Input.bookmarkedExhibitorIds
● [ID!]
list scalar
UpdateEventPersonV2Input.bookmarkedProductIds
● [ID!]
list scalar
UpdateEventPersonV2Input.updateBarcodes
● EventPersonUpdateBarcodesActionInput
input
UpdateEventPersonV2Input.firstNameTranslations
● [TranslationStringInput!]
list input
UpdateEventPersonV2Input.lastNameTranslations
● [TranslationStringInput!]
list input
UpdateEventPersonV2Input.jobTitleTranslations
● [TranslationStringInput!]
list input
UpdateEventPersonV2Input.organizationTranslations
● [TranslationStringInput!]
list input
UpdateEventPersonV2Input.biographyTranslations
● [TranslationStringInput!]
list input
Member Of
updateEventPerson
mutation