spaceArtifactListingCategoryCreate
Create new category for space artifact listing service.
The spaceArtifactListingCategoryCreate mutation accepts SpaceArtifactListingCategoryCreateInput as input.
An example of the request is as follows:
mutation {
spaceArtifactListingCategoryCreate(
input: {
name: "category name"
code: "CAT_CODE"
}){
id
code
name
artifactListingTags {
id
name
categoryId
referenceTag{
id
name
}
logoImageUrl
logoAltText
featured
displayOrder
createdDate
createdByAccountId
modifiedByAccountId
modifiedDate
active
}
createdDate
createdByAccountId
modifiedDate
modifiedByAccountId
active
}
}
spaceArtifactListingCategoryCreate(
input: SpaceArtifactListingCategoryCreateInput
): ArtifactListingCategory
Arguments
spaceArtifactListingCategoryCreate.input ● SpaceArtifactListingCategoryCreateInput input catalog-service
Type
ArtifactListingCategory object catalog-service
Represents a category for artifact listings.
Was this topic helpful?