INPUT_OBJECT

CategoryDeleteInput

link GraphQL Schema definition

1input CategoryDeleteInput {
2
3deleteChildrenStrategy: CategoryDeleteChildrenStrategy!
4
5# Required if strategy is REASSIGN_TO_OTHER
6# Pass null as ID to move children to root level
7assignToCategory: CategoryInput
8}

link Required by