SolAttachment
No description
type SolAttachment {
attachmentId: String!
name: String!
size: Long!
type: String!
uploadedAt: DateTime!
uploadedBy: DesWorkspaceUser
uploadedById: ID! @deprecated
url: String!
}
Fields
SolAttachment.attachmentId ● String! non-null scalar
Unique identifier of the attachment.
SolAttachment.name ● String! non-null scalar
Display name of the attachment.
SolAttachment.size ● Long! non-null scalar
Size of the attachment represented in bytes.
SolAttachment.type ● String! non-null scalar
Type of the attachment.
SolAttachment.uploadedAt ● DateTime! non-null scalar
SolAttachment.uploadedBy ● DesWorkspaceUser object
SolAttachment.uploadedById ● ID! deprecated non-null scalar
DEPRECATED
Fields play a technical role for schema stitching purposes.
SolAttachment.url ● String! non-null scalar
URL to access the attachment.