Query
Response
Queries
builds
Returns a build page.
QUERY
builds(first: Int, after: ID, status: BuildStatus, codebaseId: ID, worktreeId: ID, appId: ID): BuildPage!Arguments
first
Int
default:50
Maximum number of records to return. Defaults to 50.
after
ID
Cursor or identifier after which to return records. Omit it to leave this dimension unfiltered.
status
The status used to filter or perform the operation. Omit it to leave this dimension unfiltered.
codebaseId
ID
Identifier of the codebase. Omit it to leave this dimension unfiltered.
worktreeId
ID
Identifier of the worktree. Omit it to leave this dimension unfiltered.
appId
ID
Identifier of an app whose assigned repositories should scope the results.
Returns
items
[Build!]!
Items associated with this build page.
nextCursor
ID
The next cursor associated with this build page. May be null when unavailable or not applicable.
Query
Response