OBJECT

UserResidence

User's residence.

link GraphQL Schema definition

1type UserResidence {
2
3# Country in ISO alpha-2.
4countryCode: String!
5
6# Postal code.
7postalCode: String
8
9}