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