INPUT_OBJECT

AttachmentInput

File attachment

link GraphQL Schema definition

  • input AttachmentInput {
  • # The path of the attachment.
  • attachment_url: String!
  • # The name of the attachment.
  • name: String
  • # The size of the attachment.
  • size: String
  • }