import { DaffGeographyMagentoService } from '@daffodil/geography/driver/magento'
A service for making Magento GraphQL queries for carts.
@Injectable()
class DaffGeographyMagentoService implements DaffGeographyServiceInterface<DaffCountry> {
countryTransformer: DaffMagentoCountryTransformer
list(): any
get(countryId: string): any
}
anyRetrieves the list of countries available to the given store.
anyRetrieve precise information about a specific country.
| Parameter | countryId: string |
|---|---|
| Description |