Skip to main content

ExhibitionNameBadge

Represents the details of a name badge associated with an exhibition booking.

type ExhibitionNameBadge {
createdAt: DateTime!
createdBy: String
firstName: String
id: ID!
jobTitle: String
lastModifiedAt: DateTime!
lastModifiedBy: String
lastName: String!
organizationName: String
title: String
}

Fields

ExhibitionNameBadge.createdAt ● DateTime! non-null scalar

The date and time the record was created.

ExhibitionNameBadge.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

ExhibitionNameBadge.firstName ● String scalar

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

ExhibitionNameBadge.id ● ID! non-null scalar

The identifier of the name badge in the exhibition booking.

ExhibitionNameBadge.jobTitle ● String scalar

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

ExhibitionNameBadge.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

ExhibitionNameBadge.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

ExhibitionNameBadge.lastName ● String! non-null scalar

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

ExhibitionNameBadge.organizationName ● String scalar

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

ExhibitionNameBadge.title ● String scalar

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

Member Of

ExhibitionBooking object