INPUT_OBJECT
NotificationSubscriptionOrder
Ordering options for NotificationSubscription connections
link GraphQL Schema definition
- input NotificationSubscriptionOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order NotificationSubscriptions.
- : NotificationSubscriptionOrderField!
- }