jobLogs
Return a list of job logs.
jobLogs(
where: QueryJobLogsWhereWhereConditions
orderBy: [QueryJobLogsOrderByOrderByClause!]
first: Int! = 50
after: String
): JobLogConnection!
Arguments
jobLogs.where ● QueryJobLogsWhereWhereConditions input
jobLogs.orderBy ● [QueryJobLogsOrderByOrderByClause!] list input
jobLogs.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 50.
jobLogs.after ● String scalar
A cursor after which elements are returned.
Type
JobLogConnection object
A paginated list of JobLog edges.