Skip to main content

SupplierBrand

Encapsulates information about a brand.

type SupplierBrand {
id: ID!
name: String!
uniqueCode: String
}

Fields​

SupplierBrand.id ● ID! non-null scalar​

The identifier of the brand.

SupplierBrand.name ● String! non-null scalar​

A UTF-8 string that represents the name of the brand.

SupplierBrand.uniqueCode ● String scalar​

A customer supplied, UTF-8 string value that represents a unique code for the brand. Optional.

The value must be unique across all brands.

Member Of​

Supplier object