JobEdge
No description
type JobEdge {
cursor: String!
node: Job!
}
Fields
JobEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
JobEdge.node ● Job! non-null interface
The item at the end of the edge.
Member of
JobConnection object