AttachmentConnection
The connection type for Attachment.
type AttachmentConnection {
edges: [AttachmentEdge]
nodes: [Attachment]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
AttachmentConnection.edges ● [AttachmentEdge] list object
A list of edges.
AttachmentConnection.nodes ● [Attachment] list object
A list of nodes.
AttachmentConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
AttachmentConnection.totalCount ● Int! non-null scalar
Returned By
attachments query