Skip to main content

CreateExhibitionNameBadgeInput

Defines the input for creating a name badge for an exhibition booking.

input CreateExhibitionNameBadgeInput {
firstName: String
jobTitle: String
lastName: String!
organizationName: String
title: String
}

Fields

CreateExhibitionNameBadgeInput.firstName ● String scalar

A UTF- 8 string that represents the first name for the name badge. Optional.

CreateExhibitionNameBadgeInput.jobTitle ● String scalar

A UTF-8 string that represents the job title for the name badge. Optional.

CreateExhibitionNameBadgeInput.lastName ● String! non-null scalar

A UTF-8 string that represents the last name for the name badge.

CreateExhibitionNameBadgeInput.organizationName ● String scalar

A UTF-8 string that represents the organization name for the name badge. Optional.

CreateExhibitionNameBadgeInput.title ● String scalar

A UTF-8 string that represents the title for the name badge such as Dr/Mrs/Mr. Optional.

Member Of

CreateExhibitionBookingInput input