GraphQL INPUT_OBJECT
UpdateApplicablePriceConfigurationsInput
link Definition
- input UpdateApplicablePriceConfigurationsInput {
- # The ID of the client this belongs to.
- : Int!
- # The configurations.
- : [UpdateApplicablePriceConfigurationInput]!
- }
GraphQL INPUT_OBJECT
- input UpdateApplicablePriceConfigurationsInput {
- # The ID of the client this belongs to.
- : Int!
- # The configurations.
- : [UpdateApplicablePriceConfigurationInput]!
- }