Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Object type

Brand

No description
Implemented interfaces

An Interface is an abstract type that includes a certain set of fields that a type must include to implement the interface.

NodeInterface is the base for all types.

Type fields
id:ID!

Brand Id.

name:String!

Brand name.

rgbaColor:RgbaColor

Brand color.

avatar:Url

Brand avatar.

slug:String

Brand slug.

projects(
types: [ProjectType]
): [Project]
Deprecated

Retrieve all Projects.

Removal: 1 Jan 2023 — use libraries or workspaceProjects instead
libraries(
limit: Int = 25
page: Int = 1

Retrieve all Library items.

workspaceProjects(
limit: Int = 25
page: Int = 1

Retrieve all Workspace items.

guidelines(
Beta
language: LanguageCode
limit: Int = 25
page: Int = 1

Paginated list of Guideline items for Brand.

customMetadataProperties:[CustomMetadataProperty!]!

Brand CustomMetadataProperty items list.

creativeTemplates(
limit: Int = 25
page: Int = 1

Retrieve all CreativeTemplate items.

essentials:BrandEssentials!
Beta

The brand essentials.

search(
Beta
limit: Int = 25
page: Int = 1

Search for the assets on the brand level.

enhancedSearch(
Beta
limit: Int = 25
page: Int = 1

Enhanced search for the assets on the brand level. Includes natural search and exact term search