Archive API docs
MUTATION

updateContentView

Partial-update a saved content (media deck) view.

Arguments

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

Returns

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