link GraphQL Schema definition
- type SPI {
- # Code used on the entry Line.
- String! :
- # Title of the tariff program.
- String :
- # Country of origin SPI is valid for.
- CountryCode :
- # Group of countries the SPI is valid for.
- String :
- }
- type SPI {
- # Code used on the entry Line.
- String! :
- # Title of the tariff program.
- String :
- # Country of origin SPI is valid for.
- CountryCode :
- # Group of countries the SPI is valid for.
- String :
- }