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