brands
DEPRECATED
This query will be removed in the future. Use the query paginatedBrands instead.
Get all brands according to roles of the current party.
brands(
companyId: ID
responsible: Boolean = false
search: String
): [Brand!]! @deprecated
Arguments
brands.companyId ● ID scalar
The ID of the company to get the brands from.
brands.responsible ● Boolean scalar
If true, returns only the brands where the current party is responsible.
brands.search ● String scalar
The search term to filter the brands.