Schema Documentation
PostCategoriesInput
Description
Set relationships between the post to categories
Fields
Input Field | Description |
---|---|
append - Boolean | If true, this will append the category to existing related categories. If false, this will replace existing relationships. Default true. |
nodes - [PostCategoriesNodeInput] | The input list of items to set. |
Example
{"append":false,"nodes":[PostCategoriesNodeInput]}