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