Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Query Field

brand(id: ID!):Brand

Retrieve a Brand by its Id.

Arguments
id: ID!

Brand Id.

Fields of Brand
id:ID!

Brand Id.

name:String!

Brand name.

color:String
Deprecated, Removal: 2023-01-01

Brand color. This field will be removed. Use rgbaColor instead.

rgbaColor:RgbaColor

Brand color.

avatar:Url

Brand avatar.

slug:String

Brand slug.

projects(
Deprecated, Removal: 2023-01-01
types: [ProjectType]
): [Project]

Retrieve all Projects. This field will be removed. Use libraries or workspaceProjects instead.

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

BETA Search for the assets on the brand level.

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

Retrieve all Library items.

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

Retrieve all Workspace items.

customMetadataProperties:[CustomMetadataProperty!]!

Brand CustomMetadataProperty items list.

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

BETA Retrieve all CreativeTemplate items.