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