brands
Get all brands according to roles of the current party.
brands(
companyId: ID
responsible: Boolean = false
search: String
): [Brand!]!
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.