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