INPUT_OBJECT
ChangelogOrderByOrderByClause
Order by clause for the orderBy
argument on the query changelog
.
link GraphQL Schema definition
- input ChangelogOrderByOrderByClause {
- # The column that is used for ordering.
- ChangelogOrderByColumn! :
- # The direction that is used for ordering.
- SortOrder! :
- }