deleteCategory #deleteCategory(id: String) BooleanExample #mutation deleteCategory($id: String!){ deleteCategory(id: $id) } Try It Now