Skip to main content

RecordEdge

A Relay edge containing a Record and its cursor.

type RecordEdge {
node: Record
cursor: String!
}

Fields

RecordEdge.node ● Record object

The item at the end of the edge

RecordEdge.cursor ● String! non-null scalar

A cursor for use in pagination

Member Of

RecordConnection object