ENUM

ModelSortField

link GraphQL Schema definition

  • enum ModelSortField {
  • # 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
  • }