spaceArtifactListingCategoryUpdate
Update existing category for space artifact listing service.
The spaceArtifactListingCategoryUpdate mutation accepts SpaceArtifactListingCategoryUpdateInput as input.
An example of the request is as follows:
mutation {
spaceArtifactListingCategoryUpdate(input: {
guid: "d4cc6f1e-b9ea-403e-a82d-97689"
name: "category name"
code: "CAT_CODE"
status: false
}){
id
code
name
artifactListingTags {
id
name
categoryId
referenceTag{
id
name
}
logoImageUrl
logoAltText
featured
displayOrder
createdDate
createdByAccountId
modifiedByAccountId
modifiedDate
active
}
createdDate
createdByAccountId
modifiedDate
modifiedByAccountId
active
}
}
spaceArtifactListingCategoryUpdate(
input: SpaceArtifactListingCategoryUpdateInput
): ArtifactListingCategory
Arguments
spaceArtifactListingCategoryUpdate.input ● SpaceArtifactListingCategoryUpdateInput input catalog-service
Type
ArtifactListingCategory object catalog-service
Represents a category for artifact listings.
Was this topic helpful?