uploadFileResponse

Response object containing the status of a file upload request.

Examples

type UploadFileResponse {
  requestId: String!
  success: Boolean!
}

Fields

Field
Description
Supported fields

requestId String!

Unique identifier for tracking the upload request

success Boolean!

Indicates whether the file upload was successful

References

Mutations using this object:

Last updated