_CountryProvinces
No description
type _CountryProvinces {
source: String!
_id: String
province: Province
}
Fields
source
(String!
)
_id
(String
)
Generated field for querying the Neo4j system id of this relationship.
province
(Province
)
Field for the Province node this PART_OF relationship is coming from.