INPUT_OBJECT

StarOrder

Ways in which star connections can be ordered.

link GraphQL Schema definition

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