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