Archive API docs
    Jump to

    Narrow by kind with a prefix — q: queries, m: mutations, t: types, g: guides, f: fields and arguments.

    Input object

    CreateSocialProfileViewInput

    Input for the createSocialProfileView mutation.

    Fields

    Object, input and enum types open in place — use + to reveal their fields. A type that is already open above the row stops at a ↻ circular marker, and anything nested past the depth limit links out to its own page instead.

    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 [].