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