attachments
return the attachments from a company
attachments(
scopeId: ID!
issueId: ID
page: Int
limit: Int
): AttachmentCollection
return the attachments from a company
attachments(
scopeId: ID!
issueId: ID
page: Int
limit: Int
): AttachmentCollection
attachments.scopeId
● ID!
non-null scalarattachments.issueId
● ID
scalarattachments.page
● Int
scalarattachments.limit
● Int
scalarAttachmentCollection
object