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.
- JSONDateTime :
- # The data. This depends on the `type`.
- LocationPreferenceDataInput! :
- # A name to recognise the location preferences in the UI.
- String! :
- # The type of the location preferences.
- LocationPreferenceType! :
- # The date when the location preferences where updated. If empty we set it to the
- # date the preferences set was imported.
- JSONDateTime :
- }