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