DemandRecordEdge
An edge in a connection.
type DemandRecordEdge {
cursor: String!
node: DemandRecord
}
Fields
DemandRecordEdge.cursor ● String! non-null scalar common
A cursor for use in pagination.
DemandRecordEdge.node ● DemandRecord object common
The item at the end of the edge.
Member Of
DemandRecordConnection object