FileAttachment
A file attachment representing an uploaded file
Fields
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}