Skip to main content

CountryFiltersInput

Filter countries by name, ISO 2 code, or ISO 3 code

input CountryFiltersInput {
keyword: String
sortBy: CountrySortByEnum
sortType: SortTypeEnum
}

Fields

CountryFiltersInput.keyword ● String scalar common

The keyword to search for in the country's name, ISO 2 code, or ISO 3 code

CountryFiltersInput.sortBy ● CountrySortByEnum enum common

The field to sort countries by

CountryFiltersInput.sortType ● SortTypeEnum enum common

The direction to sort countries by

Member Of

countries query