JobLogEdge
An edge that contains a node of type JobLog and a cursor.
type JobLogEdge {
node: JobLog!
cursor: String!
}
Fields
JobLogEdge.node ● JobLog! non-null object
The JobLog node.
JobLogEdge.cursor ● String! non-null scalar
A unique cursor that can be used for pagination.
Member Of
JobLogConnection object