Saltar al contenido principal

DisputeDocument

No description

type DisputeDocument {
id: ID!
name: String!
contentType: String!
downloadUrl: String
expiresAt: AWSTimestamp
}

Fields

DisputeDocument.id ● ID! non-null scalar

Identifier of the uploaded evidence file.

DisputeDocument.name ● String! non-null scalar

Original file name as uploaded.

DisputeDocument.contentType ● String! non-null scalar

MIME type of the file.

DisputeDocument.downloadUrl ● String scalar

Short-lived link to download the file. Regenerated on every read, so it is not worth storing.

DisputeDocument.expiresAt ● AWSTimestamp scalar

When downloadUrl stops working, as a unix timestamp.

Member Of

Dispute object