INPUT_OBJECT

ShippingGroupAddInput

link GraphQL Schema definition

1input ShippingGroupAddInput {
2
3# Exactly one input field should be provided
4addCountries: [CountryInput!]!
5
6# Provided ranges override all the ranges existed before
7ranges: ShippingPriceRangeInput!
8}