attachments
return the attachments from a company
attachments(
scopeId: ID!
issueId: ID
projectId: ID
page: Int
limit: Int
search: AttachmentsSearch
origin: String
): AttachmentCollection!
Arguments
attachments.scopeId
● ID!
non-null scalar
attachments.issueId
● ID
scalar
attachments.projectId
● ID
scalar
attachments.page
● Int
scalar
attachments.limit
● Int
scalar
attachments.search
● AttachmentsSearch
input
attachments.origin
● String
scalar
Type
AttachmentCollection
object
AttachmentCollection type