ENUM

CountrySort

link GraphQL Schema definition

1enum CountrySort {
2id_ASC
3id_DESC
4name_ASC
5name_DESC
6}