Attachment
No description
type Attachment {
archiveContentType: String
archiveFilename: String
archiveId: String
archiveSize: Int
attachmentUrl: String
createdAt: ISO8601DateTime!
deletedAt: ISO8601DateTime
description: String
id: ID!
issueId: Int
portalUser: PortalUser
project: Project
scope: Attachment
updatedAt: ISO8601DateTime!
}
Fields
Attachment.archiveContentType
● String
scalar
Attachment.archiveFilename
● String
scalar
Attachment.archiveId
● String
scalar
Attachment.archiveSize
● Int
scalar
Attachment.attachmentUrl
● String
scalar
Attachment.createdAt
● ISO8601DateTime!
non-null scalar
Attachment.deletedAt
● ISO8601DateTime
scalar
Attachment.description
● String
scalar
Attachment.id
● ID!
non-null scalar
Attachment.issueId
● Int
scalar
Attachment.portalUser
● PortalUser
object
Attachment.project
● Project
object
Attachment.scope
● Attachment
object
Attachment.updatedAt
● ISO8601DateTime!
non-null scalar
Returned by
attachment
query
Member of
Attachment
object ● AttachmentCollection
object ● CreateAttachmentPayload
object