Mutations
updateCompanyBuyer
Update an existing buyer for the current user's company.
Update an existing buyer for the current user's company.
updateCompanyBuyer(
id: String!
buyer: UpdateCompanyBuyerInputType!
channelId: String
languageId: String
marketId: String
): Boolean
Arguments
id ● String! non-null scalar required
The current ID (email) of the buyer to update.
buyer ● UpdateCompanyBuyerInputType! non-null input required
The buyer fields to update.
channelId ● String scalar
The channel ID. Will default to an existing value if it is not found.
languageId ● String scalar
The language ID. Will default to an existing value if it is not found.
marketId ● String scalar
The market ID. Will default to an existing value if it is not found.
Type
Boolean scalar
The Boolean scalar type represents true or false.