ModelSortField

open_in_new

GraphQL Schema definition

  • enum ModelSortField {
  • # Name of the model
  • name
  • # Postal Code from the model address
  • postalCode
  • # Internal Model Id
  • internalId
  • # MLS Listing ID
  • mlsId
  • # When the model was first created.
  • created
  • # When the model was last updated, this may be modified by a variety of actions
  • modified
  • # The score for how well the search result matches the given
  • # query. A larger number is a better match, so desc will
  • # give the best match to the worst.
  • score
  • # The aggregate analytics models loaded event count for the last 7 days, if
  • # applicable
  • # (e.g. if the model has been accessed in the last 7 days)
  • last7ModelsLoadedEventCount
  • # The aggregate analytics models loaded user count for the last 7 days, if
  • # applicable
  • # (e.g. if the model has been accessed in the last 7 days)
  • last7ModelsLoadedUserCount
  • # The aggregate analytics impressions event count for the last 7 days, if
  • # applicable
  • # (e.g. if the model has been accessed in the last 7 days)
  • last7ImpressionsEventCount
  • # The aggregate analytics models loaded event count for the last 30 days, if
  • # applicable
  • # (e.g. if the model has been accessed in the last 30 days)
  • last30ModelsLoadedEventCount
  • # The aggregate analytics models loaded user count for the last 30 days, if
  • # applicable
  • # (e.g. if the model has been accessed in the last 30 days)
  • last30ModelsLoadedUserCount
  • # The aggregate analytics impressions event count for the last 30 days, if
  • # applicable
  • # (e.g. if the model has been accessed in the last 30 days)
  • last30ImpressionsEventCount
  • # The aggregate analytics models loaded event count for for the lifetime of the
  • # model
  • lifetimeModelsLoadedEventCount
  • # The aggregate analytics models loaded user count for for the lifetime of the
  • # model
  • lifetimeModelsLoadedUserCount
  • # The aggregate analytics impressions event count for for the lifetime of the
  • # model
  • lifetimeImpressionsEventCount
  • }