INPUT_OBJECT
LocationPreferencePostalCodesInput
The variation of location preference using postal codes.
link GraphQL Schema definition
- input LocationPreferencePostalCodesInput {
- # The country of the postal codes.
- : CountryCode!
- # The list of postal codes strings.
- : [String!]!
- }