RunnerDataTargetsResult
Paged result of runnerDataTargets. Items are sorted cached-first, then in config-iteration order, then alphabetically on pair — the order is stable across refetches so pagination is consistent.
type RunnerDataTargetsResult {
items: [RunnerDataTarget!]!
totalCount: Int!
cachedCount: Int!
hasMore: Boolean!
}
Fields
RunnerDataTargetsResult.items ● [RunnerDataTarget!]! non-null object
RunnerDataTargetsResult.totalCount ● Int! non-null scalar
Total target count BEFORE the search filter.
RunnerDataTargetsResult.cachedCount ● Int! non-null scalar
Count of cached targets BEFORE the search filter.
RunnerDataTargetsResult.hasMore ● Boolean! non-null scalar
True when more items exist beyond offset+limit in the filtered slice.
Returned By
runnerDataTargets query