INPUT_OBJECT
PostOrder
Ordering options for Post connections
link GraphQL Schema definition
- input PostOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order Posts.
- : PostOrderField!
- }
INPUT_OBJECT
Ordering options for Post connections
- input PostOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order Posts.
- : PostOrderField!
- }