Query
Variables
Response
Queries
runQuestionBatches
Returns a run question batch page.
QUERY
runQuestionBatches(runId: ID!, first: Int, after: ID): RunQuestionBatchPage!Arguments
runId
ID!
required
Identifier of the run.
first
Int
default:100
Maximum number of records to return. Defaults to 100.
after
ID
Cursor or identifier after which to return records. Omit it to leave this dimension unfiltered.
Returns
items
[RunQuestionBatch!]!
Items associated with this run question batch page.
nextCursor
ID
The next cursor associated with this run question batch page. May be null when unavailable or not applicable.
totalCount
Int!
Number of totals.
Query
Variables
Response