StatusEdge
An edge in a connection.
type StatusEdge {
cursor: String!
node: Status
}
Fields
StatusEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
StatusEdge.node ● Status object
The item at the end of the edge.
Member Of
StatusConnection object