INPUT_OBJECT
NotificationOrder
Ordering options for Notification connections
link GraphQL Schema definition
- input NotificationOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order Notifications.
- : NotificationOrderField!
- }