Skip to main content

RoomEdge

An edge in a connection.

type RoomEdge {
cursor: String!
node: Room
}

Fields

RoomEdge.cursor ● String! non-null scalar common

A cursor for use in pagination.

RoomEdge.node ● Room object common

The item at the end of the edge.

Member of

RoomConnection object