ENUM

UserOrderField

Properties by which user connections can be ordered.

link GraphQL Schema definition

  • enum UserOrderField {
  • # Allows ordering a list of users by their login.
  • LOGIN
  • # Allows ordering a list of users by their ability action
  • ACTION
  • }