RoomConnection
The connection type for Room.
type RoomConnection {
edges: [RoomEdge]
nodes: [Room]
pageInfo: PageInfo!
totalCount: Int!
totalPageCount: Int!
}
Fields
RoomConnection.edges ● [RoomEdge] list object common
A list of edges.
RoomConnection.nodes ● [Room] list object common
A list of nodes.
RoomConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
RoomConnection.totalCount ● Int! non-null scalar common
RoomConnection.totalPageCount ● Int! non-null scalar common
Returned by
rooms query