RecordConnection
The connection type for Record.
type RecordConnection {
edges: [RecordEdge]
nodes: [Record]
pageInfo: PageInfo!
}
Fields
RecordConnection.edges ● [RecordEdge] list object
A list of edges.
RecordConnection.nodes ● [Record] list object
A list of nodes.
RecordConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
Member of
Episode object ● MultipleRecord object ● User object