OBJECT
LocationPreference
link GraphQL Schema definition
- type LocationPreference {
- # If set, determine when the location preference is created. Example:
- # 2018-11-13T10:00:00+01:00
- : JSONDateTime
- # The date of the location preference
- : LocationPreferenceData!
- # The name of the location preference
- : String!
- # The type of the Location preference
- : LocationPreferenceType!
- # If set, determine when the location preference is updated. Example:
- # 2018-11-13T10:00:00+01:00
- : JSONDateTime
- }