ExhibitorMeetingSlotsConnection
A connection type to paginate in a list of exhibitor meeting slots.
type ExhibitorMeetingSlotsConnection {
pageInfo: PageInfo!
totalCount: Int!
nodes: [ExhibitorMeetingSlot!]!
}
Fields
ExhibitorMeetingSlotsConnection.pageInfo
● PageInfo!
non-null object
ExhibitorMeetingSlotsConnection.totalCount
● Int!
non-null scalar
ExhibitorMeetingSlotsConnection.nodes
● [ExhibitorMeetingSlot!]!
non-null object
Member Of
ExhibitorWithEvent
object