categoryCreate
MutationCreates a new category
#
Arguments
- CategoryCreateInput!Required
input The input data for creating a category, including name, slug, and optional parent ID.
#
Payload
- Category
category The category associated with this category create payload.
- [CategoryCreateError!]
errors User-facing errors that prevented the operation from succeeding.