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 ↓
    Mutation

    updateCreatorView

    Partial-update a saved Creator View.

    Arguments

    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.

    id ID! required
    FilterPreset UUID of the creator view to update.
    input UpdateCreatorViewInput! required
    Partial-update input. Only provided fields are updated.

    Returns

    creatorView CreatorView
    The updated creator view. Null on validation failure or when the view was not found.
    userErrors [UserError!]!
    List of user-facing validation errors. Empty on success.