ArticleAttachmentConnection
The connection type for ArticleAttachment.
type ArticleAttachmentConnection {
edges: [ArticleAttachmentEdge]
nodes: [ArticleAttachment]
pageInfo: PageInfo!
}
Fields
ArticleAttachmentConnection.edges ● [ArticleAttachmentEdge] list object common
A list of edges.
ArticleAttachmentConnection.nodes ● [ArticleAttachment] list object common
A list of nodes.
ArticleAttachmentConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
Member of
Article object