Waiting for engine...
Skip to main content

SpaceArtifactListingTagV2Input

An input for querying Space artifact listing tags with pagination, category ID, optional search text, and sorting order.

input SpaceArtifactListingTagV2Input {
artifactListingCategoryId: ID!
pageIndex: Int!
pageSize: Int!
searchText: String
sortingOrder: String
}

Fields

SpaceArtifactListingTagV2Input.artifactListingCategoryId ● ID! non-null scalar miscellaneous

Artifact listing category guid (required).

SpaceArtifactListingTagV2Input.pageIndex ● Int! non-null scalar miscellaneous

Zero-based page index, must not be negative (required).

SpaceArtifactListingTagV2Input.pageSize ● Int! non-null scalar miscellaneous

The size of the page to be returned, must be greater than 0 (required).

SpaceArtifactListingTagV2Input.searchText ● String scalar miscellaneous

Search text for tag name (optional).

SpaceArtifactListingTagV2Input.sortingOrder ● String scalar miscellaneous

Sorting order for tag name - ASC or DESC (optional).

Member Of

spaceArtifactListingTagsV2 query

On this Page