INPUT_OBJECT
AccountConnectionOrder
Ordering options for AccountConnection connections
link GraphQL Schema definition
- input AccountConnectionOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order AccountConnections.
- : AccountConnectionOrderField!
- }