OBJECT
LocationPreferencePostalCodesData
link GraphQL Schema definition
- type LocationPreferencePostalCodesData {
- # The country of the postal codes.
- : CountryCode!
- # The list of postal codes strings.
- : [String!]!
- }
OBJECT
- type LocationPreferencePostalCodesData {
- # The country of the postal codes.
- : CountryCode!
- # The list of postal codes strings.
- : [String!]!
- }