Location
No description
type Location {
  _hash_id: ID
  addrLine: String
  country: String
  postBox: String
  postCode: String
  region: String
  settlement: String
  affiliations(
    first: Int = 0
    offset: Int = 0
    orderBy: [_AffiliationOrdering] = []
    filter: _AffiliationFilter
  ): [Affiliation]
  _id: String
}
Fields
_hash_id (ID)
addrLine (String)
country (String)
postBox (String)
postCode (String)
region (String)
settlement (String)
affiliations ([Affiliation])
- 
first(Int)
- 
offset(Int)
- 
orderBy([_AffiliationOrdering])
- 
filter(_AffiliationFilter)
_id (String)
Generated field for querying the Neo4j system id of this node.