INPUT_OBJECT

LocationPreferenceInput

Location preferences describe where the property should be located.

link GraphQL Schema definition

  • input LocationPreferenceInput {
  • # The date when the location preferences set was created. If empty we set it to
  • # the date the preferences set was imported.
  • created_at: JSONDateTime
  • # The data. This depends on the `type`.
  • data: LocationPreferenceDataInput!
  • # A name to recognise the location preferences in the UI.
  • name: String!
  • # The type of the location preferences.
  • type: LocationPreferenceType!
  • # The date when the location preferences where updated. If empty we set it to the
  • # date the preferences set was imported.
  • updated_at: JSONDateTime
  • }