# ThreadsPostMetadataInput

ThreadsPostMetadataInput

Threads post metadata

**Fields:**
- `linkAttachment`: `LinkAttachmentInput` - Link attachment. Mutually exclusive with a non-empty `assets` array — input providing both is rejected.
- `locationId`: `String` - LocationId associated with the post
- `locationName`: `String` - Location name associated with the post
- `thread`: `[ThreadedPostInput!]` - The ordered list of posts that make up the thread (not paginated). This
array is the source of truth for what gets published: every post in the
thread, including the root post, must be provided here. Posts are
published in order, each replying to the previous one. The first item is
the root post and should match the top-level `text` on the post input.
- `topic`: `String` - Topic associated with the post
- `type`: `PostType` - The type of the post