Skip to content

GraphQL Schema Reference

AttachmentFileConnection

GraphQL Schema definition

  • type AttachmentFileConnection {
  • # List of Attachment Files
  • nodes: [AttachmentFile]
  • # Information to aid in pagination
  • pageInfo: PageInfo
  • }

Require by