Skip to main content

attachBrandToUser

This mutation attaches a brand to a user. After attaching a brand, you can manipulate products of that brand.

attachBrandToUser(
userId: ID!
brandId: ID!
): OperationResult!

Arguments

attachBrandToUser.userId ● ID! non-null scalar

attachBrandToUser.brandId ● ID! non-null scalar

Type

OperationResult object

That type represents a status of the operation which should return any data.