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.
- : StarOrderField!
- # The direction in which to order nodes.
- : OrderDirection!
- }
INPUT_OBJECT
Ways in which star connections can be ordered.
- input StarOrder {
- # The field in which to order nodes by.
- : StarOrderField!
- # The direction in which to order nodes.
- : OrderDirection!
- }