INPUT_OBJECT

TeamOrder

Ways in which team connections can be ordered.

link GraphQL Schema definition

  • input TeamOrder {
  • # The field in which to order nodes by.
  • field: TeamOrderField!
  • # The direction in which to order nodes.
  • direction: OrderDirection!
  • }