Skip to content

ArtifactCursor

A cursor for enumerating artifacts

If there are additional results available, the cursor object may be passed back into the same endpoint to retrieve another page. If the cursor is null, there are no remaining results to return.

type ArtifactCursor {
results: [Artifact!]!
cursor: Cursor
}

Reference object