SpaceArtifactListingTagInput
An input for querying Space artifact listing tags with pagination, category ID, and optional reference tag IDs.
input SpaceArtifactListingTagInput {
pageIndex: Int
pageSize: Int
artifactListingCategoryId: ID!
referenceTagIds: [ID]!
}
Fields
SpaceArtifactListingTagInput.pageIndex ● Int scalar miscellaneous
Zero-based page index, must not be negative.
SpaceArtifactListingTagInput.pageSize ● Int scalar miscellaneous
The size of the page to be returned, must be greater than 0.
SpaceArtifactListingTagInput.artifactListingCategoryId ● ID! non-null scalar miscellaneous
Artifact listing category guid.
SpaceArtifactListingTagInput.referenceTagIds ● [ID]! non-null scalar miscellaneous
List of tag reference guid's.
Member Of
spaceArtifactListingTags query
Was this topic helpful?