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