Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Restore a soft-deleted upload

Operation details

FieldValue
NamerestoreUpload
GroupUploads
TypeMutation
SignaturerestoreUpload(input: RestoreUploadInput!): RestoreUploadPayload!

Playground

Query

Query
mutation RestoreUpload($input: RestoreUploadInput!) {
  restoreUpload(input: $input) {
    error
    success
  }
}

Variables

Variables
{
  "input": {
    "projectId": "",
    "uploadId": ""
  }
}