SpaceArtifactListingCategoryUpdateInput
An input for updating a Space artifact listing category, including its name, code, description, account, and active status.
input SpaceArtifactListingCategoryUpdateInput {
guid: ID!
name: String
code: String
description: String
accountId: ID
active: Boolean
}
Fields
SpaceArtifactListingCategoryUpdateInput.guid ● ID! non-null scalar miscellaneous
GUID of existing category.
SpaceArtifactListingCategoryUpdateInput.name ● String scalar miscellaneous
Updated Name for the category.
SpaceArtifactListingCategoryUpdateInput.code ● String scalar miscellaneous
Updated Code for the category.
SpaceArtifactListingCategoryUpdateInput.description ● String scalar miscellaneous
Updated Description for the category.
SpaceArtifactListingCategoryUpdateInput.accountId ● ID scalar miscellaneous
Updated Account ID for the category.
SpaceArtifactListingCategoryUpdateInput.active ● Boolean scalar miscellaneous
Updated Status for the category (active [active=true] / inactive[active=false]).
Member Of
spaceArtifactListingCategoryUpdate mutation