Magidoc

CustomCategoryUpdateInput
Input Object

Autogenerated input type of CustomCategoryUpdate.

Fields

#

clientMutationId

A unique identifier for the client performing the mutation.

id

ID !
Non-null

The ID of the custom category to update.

isPublished

Publish or unpublish the category. Publishing auto-publishes all unpublished ancestors. Unpublishing cascades to all published descendants.

label

The new slug/identifier for the custom category.

parentId

The new parent custom category ID. Pass null to make it a top-level category.

value

The new display name for the custom category.

Usages

#

References

#

  • Argument input of field customCategoryUpdate from type Mutation