OBJECT
OtherPriceMutation
link GraphQL Schema definition
- type OtherPriceMutation {
- # Arguments
- # quoteRealizationNid:
- # otherPriceList:
- (
- : QuoteRealizationNid!,
- : [QuoteRealizationOtherPriceExternalInput!]!
- ): [QuoteRealizationOtherPrice!]!
- # Arguments
- # quoteRealizationNid:
- # externalIdList:
- (
- : QuoteRealizationNid!,
- : [String!]!
- ): Boolean!
- }