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.
  • field: CountryEnumOrderByColumn!
  • # The direction that is used for ordering.
  • order: SortOrder!
  • }

link Require by