INPUT_OBJECT
LikeOrder
Ordering options for Like connections
link GraphQL Schema definition
- input LikeOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order Likes.
- : LikeOrderField!
- }
INPUT_OBJECT
Ordering options for Like connections
- input LikeOrder {
- # The ordering direction.
- : OrderDirection!
- # The field by which to order Likes.
- : LikeOrderField!
- }