INPUT_OBJECT

DeleteCategoriesInput

Input type for deleting Categories

link GraphQL Schema definition

  • input DeleteCategoriesInput {
  • # Id of categories to delete
  • categories: [Int!]!
  • }

link Require by