Skip to main content

Location

Represents the location that a session or function in EventsAir is held in such as room number or venue where.

type Location {
comment: String
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
uniqueCode: String
}

Fields

Location.comment ● String scalar

UTF-8 string value for descriptive comments about the location. Optional.

Location.createdAt ● DateTime! non-null scalar

The date and time the record was created.

Location.createdBy ● String scalar

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

Location.id ● ID! non-null scalar

The unique identifier for the location.

Location.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

Location.lastModifiedBy ● String scalar

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

Location.name ● String! non-null scalar

UTF-8 string value that represents the name of the location.

Location.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the location. Optional.

The value must be unique across all locations for an event.

Member Of

CeContactStoreSetup object ● EventSetup object ● Function object ● FunctionEventAgendaItem object ● MembershipContactStoreSetup object ● PresentationSetup object ● Session object ● SessionEventAgendaItem object