# CreateContentItemDraftInput

CreateContentItemDraftInput

Input for createContentItemDraft.

**Fields:**
- `draft`: `DraftContentInput!` - The channel-less draft content to start with.
- `organizationId`: `OrganizationId!` - Organization that will own the content item.
- `tagIds`: `[TagId!]` - Tags to apply to this content item. Omit to create it with no tags.
- `targetDate`: `DateTime` - Optional date indicating when this piece of content should go out. This is
a planning aid only and does not schedule any posts.
- `title`: `String` - Optional title describing what this piece of content is about.