JobLogConnection
A paginated list of JobLog edges.
type JobLogConnection {
pageInfo: PageInfo!
edges: [JobLogEdge!]!
}
Fields
JobLogConnection.pageInfo ● PageInfo! non-null object
Pagination information about the list of edges.
JobLogConnection.edges ● [JobLogEdge!]! non-null object
A list of JobLog edges.
Returned By
jobLogs query