CompanyPropertiesEdge
An edge that contains a node of type Property, a cursor and some metadata.
type CompanyPropertiesEdge {
node: Property!
cursor: String!
type: PropertyContactRepresentationType
representationBasis: PropertyContactRepresentationBasis
startDate: Date
endDate: Date
isArchived: Boolean
}
Fields
CompanyPropertiesEdge.node
● Property!
non-null object
The Property node.
CompanyPropertiesEdge.cursor
● String!
non-null scalar
A unique cursor that can be used for pagination.
CompanyPropertiesEdge.type
● PropertyContactRepresentationType
enum
Represents the related property's representation type.
CompanyPropertiesEdge.representationBasis
● PropertyContactRepresentationBasis
enum
Represents the related property's representation basis.
CompanyPropertiesEdge.startDate
● Date
scalar
Represents the related property's representation start date.
CompanyPropertiesEdge.endDate
● Date
scalar
Represents the related property's representation end date.
CompanyPropertiesEdge.isArchived
● Boolean
scalar
Determines whether the current property has been archived.