UpdateExhibitionNameBadgeInput
Defines the input for updating a name badge.
input UpdateExhibitionNameBadgeInput {
firstName: String
id: ID
jobTitle: String
lastName: String
organizationName: String
title: String
}
Fields
UpdateExhibitionNameBadgeInput.firstName ● String scalar
A UTF- 8 string that represents the first name for the name badge. Optional.
UpdateExhibitionNameBadgeInput.id ● ID scalar
The identifier of the name badge in the exhibition booking. Optional.
UpdateExhibitionNameBadgeInput.jobTitle ● String scalar
A UTF-8 string that represents the job title for the name badge. Optional.
UpdateExhibitionNameBadgeInput.lastName ● String scalar
A UTF-8 string that represents the last name for the name badge. Optional.
UpdateExhibitionNameBadgeInput.organizationName ● String scalar
A UTF-8 string that represents the organization name for the name badge. Optional.
UpdateExhibitionNameBadgeInput.title ● String scalar
A UTF-8 string that represents the title for the name badge such as Dr/Mrs/Mr. Optional.