Address
No description
type Address {
city: String
country: String
place: String
state: String
street: String
zipCode: String
}
No description
type Address {
city: String
country: String
place: String
state: String
street: String
zipCode: String
}
Address.city ● String scalarAddress.country ● String scalarAddress.place ● String scalarAddress.state ● String scalarAddress.street ● String scalar