Skip to main content
Version: 3.x

CountryFilterInput

No description

input CountryFilterInput {
attachedToShippingZones: Boolean
}

Fields

CountryFilterInput.attachedToShippingZones ● Boolean scalar

Boolean for filtering countries by having shipping zone assigned.If 'true', return countries with shipping zone assigned.If 'false', return countries without any shipping zone assigned.If the argument is not provided (null), return all countries.


Was this page helpful?