PropertyEdge
An edge that contains a node of type Property and a cursor.
type PropertyEdge {
node: Property!
cursor: String!
}
Fields
PropertyEdge.node
● Property!
non-null object
The Property node.
PropertyEdge.cursor
● String!
non-null scalar
A unique cursor that can be used for pagination.
Member Of
PropertyConnection
object