SpaceArtifactListingCategoryInput
An input for querying Space artifact listing categories with pagination, category codes, and optional account filtering.
input SpaceArtifactListingCategoryInput {
pageIndex: Int
pageSize: Int
artifactListingCategoryCode: [String]
accountId: ID
}
Fields
SpaceArtifactListingCategoryInput.pageIndex ● Int scalar miscellaneous
Zero-based page index, must not be negative.
SpaceArtifactListingCategoryInput.pageSize ● Int scalar miscellaneous
The size of the page to be returned, must be greater than 0.
SpaceArtifactListingCategoryInput.artifactListingCategoryCode ● [String] list scalar miscellaneous
SpaceArtifactListingCategoryInput.accountId ● ID scalar miscellaneous
Filter by Account ID.
Member Of
Was this topic helpful?