INPUT_OBJECT
CommentLikeOrder
Ordering options for CommentLike connections
link GraphQL Schema definition
- input CommentLikeOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order CommentLikes.
- : CommentLikeOrderField!
- }
INPUT_OBJECT
Ordering options for CommentLike connections
- input CommentLikeOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order CommentLikes.
- : CommentLikeOrderField!
- }