Category — Mass Update Status (GraphQL)
Sets the same status on several categories in one call. indices is the list of category ids; value is 1 to enable or 0 to disable them. updated is the list of ids whose status was changed.
See the Categories overview for how this menu works.
Input
| Field | Type | Notes |
|---|---|---|
indices | Iterable | Category ids to update |
value | Int! | 0 to disable, 1 to enable |

