Input object
CreateSocialProfileViewInput
Input for the createSocialProfileView mutation.
Fields
- customAttributeConditions [CustomAttributeConditionInput!] default: []
- Custom-attribute conditions to narrow the filter set.
- filters JSON! required
- 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! required
- Display name for the new social profile view.
- showReportingStats Boolean default: true
- Whether reporting stats should be surfaced. Defaults to true.
- sort JSON default: []
- Sort directives applied when listing social profiles via this view. Defaults to [].