ENUM

ShareSort

Definition of the ShareSort enumerator. This is useful for sorting the result of a list of shares.

link GraphQL Schema definition

  • enum ShareSort {
  • CREATION_ASC
  • CREATION_DESC
  • # The order is based on the target user identifier and not on his email or display
  • # name.
  • TARGET_USER_ASC
  • # The order is based on the target user identifier and not on his email or display
  • # name.
  • TARGET_USER_DESC
  • # The order is ascending: this means that first are shown the shares with fewer
  • # permissions.
  • SHARE_PERMISSIONS_ASC
  • # The order is descending: this means that first are shown the shares with more
  • # permissions.
  • SHARE_PERMISSIONS_DESC
  • EXPIRATION_ASC
  • EXPIRATION_DESC
  • }