INPUT_OBJECT

LocationPreferencePostalCodesInput

The variation of location preference using postal codes.

link GraphQL Schema definition

  • input LocationPreferencePostalCodesInput {
  • # The country of the postal codes.
  • country: CountryCode!
  • # The list of postal codes strings.
  • postal_codes: [String!]!
  • }