Archive API docs
    Jump to

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

    Jump to examples ↓
    Query

    creatorView

    Return a single saved Creator View by ID for the current workspace, or null if no such view exists here. Pair with creators(presetId:) to fetch the creators belonging to a view.

    Arguments

    id ID! required
    FilterPreset UUID of the creator view to fetch.

    Returns

    Returns CreatorView .

    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.

    createdAt DateTimeWithZone!
    When the view was created.
    customAttributeConditions JSON!
    Custom-attribute conditions narrowing the filter set.
    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 filter which creators the view returns.
    group ViewGroup
    Group this view belongs to, or null when the view is ungrouped. Populated by moveCreatorViewToGroup.
    id ID!
    Unique identifier of this saved view. Use the returned id with creators(presetId:) to fetch the view's creators.
    name String!
    Display name of the view.
    showReportingStats Boolean!
    Whether reporting stats are surfaced in the UI for this view.
    sort JSON!
    Sort directives applied when listing creators via this view.
    updatedAt DateTimeWithZone!
    When the view was last updated.