# CreateSocialProfileViewInput

Input object

Input for the createSocialProfileView 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, stored and echoed back but not applied when reading the view: socialProfiles(presetId:) narrows only by this view's customAttributeConditions and sort. Use customAttributeConditions to actually narrow which social profiles the view returns. Pass {} unless cloning an existing view verbatim. |
| `name` | `String!` | Yes | — | Display name for the new social profile 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 social profiles via this view. Defaults to []. |
