ViewerToggleFavoriteBrandUnion
If mutation is successful, the Brand will be returned, otherwise a MutationError is returned.
union ViewerToggleFavoriteBrandUnion = MutationError | Brand
Possible types
ViewerToggleFavoriteBrandUnion.MutationError object
Has errors for a mutation
ViewerToggleFavoriteBrandUnion.Brand object
A brand.
Returned by
ViewerToggleFavoriteBrand mutation