# UpdateContentItemDraftInput

UpdateContentItemDraftInput

Input for updateContentItemDraft.

**Fields:**
- `id`: `ContentItemId!` - The content item whose channel-less draft is replaced.
- `draft`: `DraftContentInput!` - The new draft content. Replaces the current draft in full.
- `tagIds`: `[TagId!]` - Tags to apply to this content item. Omit to keep the current tags. An
empty list or null removes them all.
- `targetDate`: `DateTime` - Date indicating when this piece of content should go out. This is a
planning aid only and does not schedule any posts. Omit to preserve the
existing target date. Null clears it.