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