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-id}

Artifact listing category guid (required).

SpaceArtifactListingTagV2Input.pageIndex ● Int! non-null scalar miscellaneous {#page-index}

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

SpaceArtifactListingTagV2Input.pageSize ● Int! non-null scalar miscellaneous {#page-size}

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

SpaceArtifactListingTagV2Input.searchText ● String scalar miscellaneous {#search-text}

Search text for tag name (optional).

SpaceArtifactListingTagV2Input.sortingOrder ● String scalar miscellaneous {#sorting-order}

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

Member Of

spaceArtifactListingTagsV2 query

On this Page