Archive API docs

Input object

CreateCreatorViewInput

Input for the createCreatorView 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: creators(presetId:) narrows ONLY by this view's customAttributeConditions and sort. Use customAttributeConditions to actually narrow which creators the view returns. Pass {} unless cloning an existing view verbatim.
name String! required
Display name for the new creator view.
showReportingStats Boolean default: true
Whether reporting stats should be surfaced. Defaults to true.
sort JSON default: []
Sort directives applied when listing creators via this view. Defaults to [].