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