INPUT_OBJECT
FeedEntrySort
Description
Sort parameters.
link GraphQL Schema definition
- input FeedEntrySort {
- # Attribute to sort on.
- : FeedEntryAttributes!
- # Sort order, either ascending or descending.
- : SortOrder!
- }
INPUT_OBJECT
Sort parameters.
- input FeedEntrySort {
- # Attribute to sort on.
- : FeedEntryAttributes!
- # Sort order, either ascending or descending.
- : SortOrder!
- }