Address
No description
type Address {
street: String
city: String
state: String
country: CountryCode
zipCode: String
}
Fields
Address.street ● String scalar
Address.city ● String scalar
Address.state ● String scalar
Address.country ● CountryCode enum
Address.zipCode ● String scalar
Member Of
ChargingPoint object ● ChargingStation object ● Person object