INPUT_OBJECT

ShippingGroupAddInput

link GraphQL Schema definition

1input ShippingGroupAddInput {
2
3addCountries: [CountryInput!]!
4
5# Provided ranges override all the ranges existed before
6ranges: ShippingPriceRangeInput!
7}