Location
No description
type Location {
id: ID!
boothOfExhibitors: [Exhibitor!]!
capacity: Int
category: String
clientId: String
isVirtual: Boolean!
name: String!
totalMeetings(
status: MeetingStatus
): Int!
isBooth: Boolean!
externalUrl: String
}
Fields
Location.id
● ID!
non-null scalar
Location.boothOfExhibitors
● [Exhibitor!]!
non-null object
Location.capacity
● Int
scalar
Location.category
● String
scalar
Location.clientId
● String
scalar
Location.isVirtual
● Boolean!
non-null scalar
Location.name
● String!
non-null scalar
Location.totalMeetings
● Int!
non-null scalar
Location.totalMeetings.status
●MeetingStatus
enum
Location.isBooth
● Boolean!
non-null scalar
Is true if there is at least one exhibitor using this location as a booth
Location.externalUrl
● String
scalar
Member Of
CreateLocationsPayload
object ● Event
object ● ExhibitorMeeting
object ● ExhibitorWithEvent
object ● LocationConnection
object ● MeetingNode
object ● UpdateLocationsPayload
object ● UserMeeting
object