Archive API docs
MUTATION

updateSocialProfileView

Partial-update a saved Social Profile view.

Arguments

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

Returns

socialProfileView SocialProfileView
The updated social profile view. Null on validation failure or when the view was not found.
userErrors [UserError!]!
List of user-facing validation errors. Empty on success.