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