# ContentItemsInput

ContentItemsInput

Input for listing an organization's content items.

**Fields:**
- `filter`: `ContentItemsFilter` - Filters to apply. When omitted, all of the organization's content items
are returned.
- `organizationId`: `OrganizationId!` - Organization to list content items for. The caller must be a member of
this organization.
- `sort`: `[ContentItemsSortInput!]` - Sorting to apply, each entry breaking ties in the one before it. Defaults to
newest first. A pagination cursor is only valid for the sort that produced
it, so reset `after` to null whenever the sort changes.