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