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
  • created_at: JSONDateTime
  • # The date of the location preference
  • data: LocationPreferenceData!
  • # The name of the location preference
  • name: String!
  • # The type of the Location preference
  • type: LocationPreferenceType!
  • # If set, determine when the location preference is updated. Example:
  • # 2018-11-13T10:00:00+01:00
  • updated_at: JSONDateTime
  • }