Skip to content

FileAttachment

A file attachment representing an uploaded file

Fields

id · ID! · required · The ID of the file attachment
url · String · The pre-signed expiring URL to access the file

Used By

Definition

"""
A file attachment representing an uploaded file
"""
type FileAttachment {
"""
The ID of the file attachment
"""
id: ID!
"""
The pre-signed expiring URL to access the file
"""
url: String
}