Attachment Object
Fields
The fields in this section list which values can be retrieved when querying Attachment records.
expiringUrl (
String
)
A temporary expiring URL that can be used to access the attachment.
filename (
String
)
The name of the attachment.
id (
ID!
)
Unique identifier of the object.
inline (
Boolean
)
Whether the attachment is an inline image.
key (
String
)
Key of the attachment that can be used to match the attachment to an inline image included in a rich text field.
size (
Int
)
The size of the attachment in bytes.
Implements
Attachment implements the following interfaces. This means that fragments defined on these interfaces may be used in queries returning a Attachment.