# CreateContentViewInput

Input object

Input for the createContentView mutation.

## Fields

| Name | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `customAttributeConditions` | [`[CustomAttributeConditionInput!]`](/api/v2/docs/types/custom-attribute-condition-input) | No | `[]` | Custom-attribute conditions to narrow the filter set. |
| `filters` | [`JSON!`](/api/v2/docs/types/json) | Yes | — | Opaque filter blob defining which items belong to the view. |
| `name` | `String!` | Yes | — | Display name for the new content view. |
| `showReportingStats` | `Boolean` | No | `true` | Whether reporting stats should be surfaced. Defaults to true. |
| `sort` | [`JSON`](/api/v2/docs/types/json) | No | `[]` | Sort directives applied when listing items via this view. Defaults to []. |
