Location
No description
type Location {
  city: String
  country: String
  state: String
  stateCode: String
}
Fields
Location.city ● String scalar
Location.country ● String scalar
Location.state ● String scalar
Location.stateCode ● String scalar
Member of
AttachedClient  object