GraphQL INPUT_OBJECT

PriceConfigurationListInput

link Definition

  • input PriceConfigurationListInput {
  • # Code of price configuration list type.
  • typeId: ListTypeEnum!
  • # List of price configuration item IDs.
  • itemIds: [Int]!
  • }