Skip to main content
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.

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