Brand
Permission required: brand:read
type Brand {
bundles(
after: String
before: String
filter: ProductBundleComplexFilterInput
first: Int
last: Int
): ProductBundleConnection
code: String
id: ID
name: String
products(
after: String
before: String
filter: ProductComplexFilterInput
first: Int
last: Int
): ProductConnection
}
Fields
Brand.bundles ● ProductBundleConnection object
The bundles of the brand.
Brand.bundles.after ● String scalar
Returns the elements in the list that come after the specified cursor.
Brand.bundles.before ● String scalar
Returns the elements in the list that come before the specified cursor.
Brand.bundles.filter ● ProductBundleComplexFilterInput input
Brand.bundles.first ● Int scalar
Returns the first _n_ elements from the list.
Brand.bundles.last ● Int scalar
Returns the last _n_ elements from the list.
Brand.code ● String scalar
The brand code.
Brand.id ● ID scalar
The unique identifier of the record.
Brand.name ● String scalar
The name of the brand.
Brand.products ● ProductConnection object
The products of the brand.
Brand.products.after ● String scalar
Returns the elements in the list that come after the specified cursor.
Brand.products.before ● String scalar
Returns the elements in the list that come before the specified cursor.
Brand.products.filter ● ProductComplexFilterInput input
Brand.products.first ● Int scalar
Returns the first _n_ elements from the list.
Brand.products.last ● Int scalar
Returns the last _n_ elements from the list.
Returned By
Member Of
BaseProduct interface ● BrandConnection object ● BrandEdge object ● Product object ● ProductBundle object