PaginatedArtifacts
No description
type PaginatedArtifacts {
next: String
before: String
items: [Artifact]
}
Fields
PaginatedArtifacts.next
● String
scalar
A cursor to the next page of items in the list.
PaginatedArtifacts.before
● String
scalar
A cursor to the next page of items in the list.
PaginatedArtifacts.items
● [Artifact]
list object
A list of type artifact.
Returned By
artifacts
query