ConversationAttachmentConnection
The connection type for ConversationAttachment.
type ConversationAttachmentConnection {
edges: [ConversationAttachmentEdge]
nodes: [ConversationAttachment]
pageInfo: PageInfo!
}
Fields
ConversationAttachmentConnection.edges ● [ConversationAttachmentEdge] list object common
A list of edges.
ConversationAttachmentConnection.nodes ● [ConversationAttachment] list object common
A list of nodes.
ConversationAttachmentConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
Returned by
attachments query