Mutations
Write operations exposed by the Archive GraphQL API, grouped by functional area.
Items & Media
- uploadItemFromUrl
Enqueue a single UGC URL for import into the current workspace.
Engagement
- refetchEngagementBulk
Queue a bulk engagement data refresh for the specified items.
Collections
- addItemToCollections
Add an item to one or more collections.
- createCollection
Create a Collection (saved tag set) in the current workspace.
- deleteCollection
Delete a Collection (strips the tag from items; does not delete items).
- moveCollectionToGroup
Move a Collection into a view group, or out (when groupId is null).
- removeItemFromCollections
Remove an item from one or more collections.
- updateCollection
Rename a Collection in the current workspace.
Views & View Groups
- createContentView
Create a saved content (media deck) view for the current workspace.
- createCreatorView
Create a saved Creator View for the current workspace.
- createSocialProfileView
Create a saved Social Profile view for the current workspace.
- createViewGroup
Create a user-created view group for the current workspace.
- deleteContentView
Hard-delete a saved content (media deck) view.
- deleteCreatorView
Hard-delete a saved Creator View.
- deleteSocialProfileView
Hard-delete a saved Social Profile view.
- deleteViewGroup
Hard-delete a user-created view group. Returns the FilterPreset UUIDs whose group membership was removed so clients can invalidate cached views.
- moveContentViewToGroup
Move a saved content (media deck) view into a view group, or out (when groupId is null).
- moveCreatorViewToGroup
Move a saved Creator View into a view group, or out (when groupId is null).
- moveSocialProfileViewToGroup
Move a saved Social Profile view into a view group, or out (when groupId is null).
- reorderViewsInGroup
Reorder the submitted Content View, Social Profile View, and Creator View ids within the named group. Members omitted from
viewIdskeep their relative order and sort after the listed views. - updateContentView
Partial-update a saved content (media deck) view.
- updateCreatorView
Partial-update a saved Creator View.
- updateSocialProfileView
Partial-update a saved Social Profile view.
- updateViewGroup
Rename a user-created view group.
Webhooks
- createWebhookSubscription
Create an outbound-webhook subscription. Returns the signing secret exactly once.
- deleteWebhookSubscription
Hard-delete a webhook subscription (cascades its deliveries).
- enableWebhookSubscription
Re-enable a subscription auto-disabled by failures; optionally replay the last 24h of failures.
- redeliverWebhookDelivery
Manually replay a terminal failed delivery (one-shot).
- rotateWebhookSubscriptionSecret
Rotate a webhook subscription signing secret. Returns the new secret once.
- sendWebhookTestEvent
Send a signed synthetic ping to a subscription's endpoint and return the settled delivery.
- updateWebhookSubscription
Partial-update a webhook subscription.