SpaceArtifactListingQueryInput
An input for querying Space artifact listings with pagination and Space ID.
input SpaceArtifactListingQueryInput {
pageIndex: Int
pageSize: Int
spaceId: ID!
}
Fields
SpaceArtifactListingQueryInput.pageIndex ● Int scalar miscellaneous
Zero-based page index, must not be negative.
SpaceArtifactListingQueryInput.pageSize ● Int scalar miscellaneous
The size of the page to be returned, must be greater than 0.
SpaceArtifactListingQueryInput.spaceId ● ID! non-null scalar miscellaneous
Space unique identifier.
Was this topic helpful?