INPUT_OBJECT
PostReportOrder
Ordering options for PostReport connections
link GraphQL Schema definition
- input PostReportOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order PostReports.
- : PostReportOrderField!
- }
INPUT_OBJECT
Ordering options for PostReport connections
- input PostReportOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order PostReports.
- : PostReportOrderField!
- }