DemandRecordConnection
The connection type for DemandRecord.
type DemandRecordConnection {
edges: [DemandRecordEdge]
nodes: [DemandRecord]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
DemandRecordConnection.edges ● [DemandRecordEdge] list object common
A list of edges.
DemandRecordConnection.nodes ● [DemandRecord] list object common
A list of nodes.
DemandRecordConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
DemandRecordConnection.totalCount ● Int! non-null scalar common
Total count of items in the connection, without considering pagination.
Returned By
echoDemandRecords query