Skip to main content

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 common

The ID of the company to get the brands from.

brands.responsible ● Boolean deprecated scalar common

DEPRECATED

This argument is deprecated and will be removed in the future.

If true, returns only the brands where the current party is responsible.

brands.search ● String scalar common

The search term to filter the brands.

Type

Brand object common