Skip to main content

UpdatePriceProfileDataInput

No description

input UpdatePriceProfileDataInput {
name: String
locationIdsToAdd: [ID!]
locationIdsToRemove: [ID!]
payingAccountIdsToAdd: [ID!]
payingAccountIdsToRemove: [ID!]
}

Fields

UpdatePriceProfileDataInput.name ● String scalar

UpdatePriceProfileDataInput.locationIdsToAdd ● [ID!] list scalar

UpdatePriceProfileDataInput.locationIdsToRemove ● [ID!] list scalar

UpdatePriceProfileDataInput.payingAccountIdsToAdd ● [ID!] list scalar

UpdatePriceProfileDataInput.payingAccountIdsToRemove ● [ID!] list scalar

Member Of

updatePriceProfile mutation