INPUT_OBJECT

ProjectOrder

Ways in which lists of projects can be ordered upon return.

link GraphQL Schema definition

  • input ProjectOrder {
  • # The field in which to order projects by.
  • field: ProjectOrderField!
  • # The direction in which to order projects by the specified field.
  • direction: OrderDirection!
  • }