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