jobHistories
Reads a set of JobHistory
.
jobHistories(
filter: JobHistoryFilter
first: Int
offset: Int
orderBy: [JobHistoryOrderBy!]
): [JobHistory!]
Arguments
jobHistories.filter
● JobHistoryFilter
input
A filter to be used in determining which values should be returned by the collection.
jobHistories.first
● Int
scalar
Only read the first n
values of the set.
jobHistories.offset
● Int
scalar
Skip the first n
values.
jobHistories.orderBy
● [JobHistoryOrderBy!]
list enum
The method to use when ordering JobHistory
.