EasementPropertiesEdge
An edge that contains a node of type Property, a cursor and some metadata.
type EasementPropertiesEdge {
node: Property!
cursor: String!
area: PropertyArea
pricePerAreaUnit: Money
totalPrice: Money
isPayable: Boolean
nextPaymentDate: Date
}
Fields
EasementPropertiesEdge.node
● Property!
non-null object
The Property node.
EasementPropertiesEdge.cursor
● String!
non-null scalar
A unique cursor that can be used for pagination.
EasementPropertiesEdge.area
● PropertyArea
object
The relationship's area.
EasementPropertiesEdge.pricePerAreaUnit
● Money
object
The relationship's price per area unit.
EasementPropertiesEdge.totalPrice
● Money
object
The relationship's total price.
EasementPropertiesEdge.isPayable
● Boolean
scalar
Whether the price is payable.
EasementPropertiesEdge.nextPaymentDate
● Date
scalar
The relationship's next payment date.