Skip to main content
QUERY
runDrafts(search: String, archive: String, first: Int, after: ID): RunDraftPage!

Arguments

Text used to filter matching records. Omit it to leave this dimension unfiltered.

archive
String
default:"ACTIVE"

The archive used to filter or perform the operation. Defaults to "ACTIVE".

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

Items associated with this run draft page.

nextCursor
ID

The next cursor associated with this run draft page. May be null when unavailable or not applicable.

totalCount
Int!

Number of totals.

Query
Response