ArticleAttachmentEdge
An edge in a connection.
type ArticleAttachmentEdge {
cursor: String!
node: ArticleAttachment
}
Fields
ArticleAttachmentEdge.cursor ● String! non-null scalar common
A cursor for use in pagination.
ArticleAttachmentEdge.node ● ArticleAttachment object common
The item at the end of the edge.
Member of
ArticleAttachmentConnection object