INPUT_OBJECT
NotificationConfigOrder
Ordering options for NotificationConfig connections
link GraphQL Schema definition
- input NotificationConfigOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order NotificationConfigs.
- : NotificationConfigOrderField!
- }