QuoteRealizationOtherPriceExternalInput (Input)
input QuoteRealizationOtherPriceExternalInput {
externalId: String!
name: String
price: Float
cost: Float
group: QuoteRealizationOtherPriceGroupInput
}
Fields
QuoteRealizationOtherPriceExternalInput.externalId ● String! non-null scalar
QuoteRealizationOtherPriceExternalInput.name ● String scalar
QuoteRealizationOtherPriceExternalInput.price ● Float scalar
QuoteRealizationOtherPriceExternalInput.cost ● Float scalar
QuoteRealizationOtherPriceExternalInput.group ● QuoteRealizationOtherPriceGroupInput input
Member Of
sales.otherPrice.upsertExternal mutation