SpaceArtifactListingTagUpdateInput
An input for updating a Space artifact listing tag, including name, category, references, logo, feature flag, display order, active status, and description.
input SpaceArtifactListingTagUpdateInput {
id: ID!
name: String
artifactListingCatCode: String
refTagId: ID
parentTagId: ID
catalogId: ID
logo: SpaceArtifactTagImageInput
featured: Boolean
displayOrder: Int
active: Boolean
description: String
}
Fields
SpaceArtifactListingTagUpdateInput.id ● ID! non-null scalar miscellaneous
Tag GUID for which details needs to be update.
SpaceArtifactListingTagUpdateInput.name ● String scalar miscellaneous
Updated Name for tag.
SpaceArtifactListingTagUpdateInput.artifactListingCatCode ● String scalar miscellaneous
Update artifact listing category code for the artifact listing tag.
SpaceArtifactListingTagUpdateInput.refTagId ● ID scalar miscellaneous
Updated reference tag GUID.
SpaceArtifactListingTagUpdateInput.parentTagId ● ID scalar miscellaneous
Parent tag GUID.
SpaceArtifactListingTagUpdateInput.catalogId ● ID scalar miscellaneous
Catalog GUID for public market place.
SpaceArtifactListingTagUpdateInput.logo ● SpaceArtifactTagImageInput input catalog-service
Updated tag logo details.
SpaceArtifactListingTagUpdateInput.featured ● Boolean scalar miscellaneous
Is featured tag or not (featured [featured=true] / not featured[featured=false]).
SpaceArtifactListingTagUpdateInput.displayOrder ● Int scalar miscellaneous
Updated display order for tag.
SpaceArtifactListingTagUpdateInput.active ● Boolean scalar miscellaneous
Updated status for tag (active [active=true] / inactive[active=false]).
SpaceArtifactListingTagUpdateInput.description ● String scalar miscellaneous
Description for tag.
Member Of
spaceArtifactListingTagUpdate mutation