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