INPUT_OBJECT
UserReportOrder
Ordering options for UserReport connections
link GraphQL Schema definition
- input UserReportOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order UserReports.
- : UserReportOrderField!
- }
INPUT_OBJECT
Ordering options for UserReport connections
- input UserReportOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order UserReports.
- : UserReportOrderField!
- }