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