detachBrandFromUser
This mutation detaches a brand from a user.
detachBrandFromUser(
userId: ID!
brandId: ID!
): OperationResult!
Arguments
detachBrandFromUser.userId
● ID!
non-null scalar
detachBrandFromUser.brandId
● ID!
non-null scalar
Type
OperationResult
object
That type represents a status of the operation which should return any data.