Archive API docs

Input object

UpdateCreatorViewInput

Partial-update input for the updateCreatorView mutation. Only provided fields are updated; omitted fields are left unchanged.

Fields

customAttributeConditions [CustomAttributeConditionInput!]
Custom-attribute conditions. When provided, replaces the existing list wholesale. An empty array clears all conditions.
filters JSON
Opaque filter blob, stored and echoed back but NOT applied when reading the view: creators(presetId:) narrows ONLY by this view's customAttributeConditions and sort. Use customAttributeConditions to actually narrow which creators the view returns. When provided, replaces the existing filter blob wholesale (no element-level merge).
name String
Display name. When provided, replaces the existing name.
showReportingStats Boolean
Whether reporting stats should be surfaced. When provided, replaces the existing flag.
sort JSON
Sort directives. When provided, replaces the existing sort wholesale.