Skip to main content

PaginatedArtifacts

No description

type PaginatedArtifacts {
next: String @deprecated
before: String @deprecated
cursor: PaginationCursor!
items: [Artifact]
}

Fields

PaginatedArtifacts.next ● String deprecated scalar

[DEPRECATED]

Use cursor.next instead

Cursor to the next page

PaginatedArtifacts.before ● String deprecated scalar

[DEPRECATED]

Use cursor.previous instead

Cursor to the previous page

PaginatedArtifacts.cursor ● PaginationCursor! non-null object

Pagination cursors

PaginatedArtifacts.items ● [Artifact] list object

A list of type artifact.

Returned By

artifacts query