ArticleAttachment
A file attached to a Knowledge Base article.
type ArticleAttachment implements Node, Timestamped {
createdAt: DateTime!
fileName: String!
id: ID!
mimeType: String!
name: String
size: Int!
updatedAt: DateTime!
url: Url
uuid: String
}
Fields
ArticleAttachment.createdAt ● DateTime! non-null scalar common
The date and time that the object was created.
ArticleAttachment.fileName ● String! non-null scalar common
The name of the attachment.
ArticleAttachment.id ● ID! non-null scalar common
ArticleAttachment.mimeType ● String! non-null scalar common
The attachment MIME type.
ArticleAttachment.name ● String scalar common
The visible name of the attachment.
ArticleAttachment.size ● Int! non-null scalar common
The attachment size in bytes.
ArticleAttachment.updatedAt ● DateTime! non-null scalar common
The date and time that the object was last updated.
ArticleAttachment.url ● Url scalar common
The location of the attachment.
ArticleAttachment.uuid ● String scalar common
The universally unique ID.
Interfaces
Node interface common
An object with an ID.
Timestamped interface common
An object with timestamp fields for when it was created and last updated.
Member of
ArticleAttachmentConnection object ● ArticleAttachmentEdge object