Brand
Represents a brand.
type Brand {
id: ID!
integrationId: String
readableId: String!
name: String!
slug: String!
}
Fields
Brand.id ● ID! non-null scalar
The ID of the brand.
Brand.integrationId ● String scalar
The integration id of the brand.
Brand.readableId ● String! non-null scalar
The readable id of the brand.
Brand.name ● String! non-null scalar
The name of the brand.
Brand.slug ● String! non-null scalar
The slug of the brand.
Member Of
PaginatedBrands object