Skip to main content

UpdateEventPersonV2Input

No description

input UpdateEventPersonV2Input {
eventPersonId: ID!
firstName: String
lastName: String
jobTitle: String
secondJobTitle: String
photoUrl: String
organization: String
websiteUrl: String
address: AddressInput
mobilePhone: String
landlinePhone: String
biography: String
isVisible: Boolean
customFields: [CustomFieldUnionInput!]
bookmarkedExhibitorIds: [ID!]
bookmarkedProductIds: [ID!]
updateBarcodes: EventPersonUpdateBarcodesActionInput
}

Fields

UpdateEventPersonV2Input.eventPersonId ● ID! non-null scalar

UpdateEventPersonV2Input.firstName ● String scalar

UpdateEventPersonV2Input.lastName ● 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.mobilePhone ● String scalar

UpdateEventPersonV2Input.landlinePhone ● String scalar

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

Member Of

updateEventPerson mutation