Mutations
createCompanyBuyer
Create a new buyer for the current user's company.
Create a new buyer for the current user's company.
createCompanyBuyer(
buyer: CreateCompanyBuyerInputType!
channelId: String
languageId: String
marketId: String
): Boolean
Arguments
buyer ● CreateCompanyBuyerInputType! non-null input required
The buyer to create.
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.