INPUT_OBJECT
CommentOrder
Ordering options for Comment connections
link GraphQL Schema definition
- input CommentOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order Comments.
- : CommentOrderField!
- }
INPUT_OBJECT
Ordering options for Comment connections
- input CommentOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order Comments.
- : CommentOrderField!
- }