Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Object Type

Guideline

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!

Guideline Id.

name:String

Guideline name.

color:RgbaColor

Guideline color.

url:Url!

Guideline internal url.

defaultLanguage:Language
Beta

BETA The default language of the Guideline, or null if not set.

translationLanguages:[Language]!
Beta

BETA Languages in which the Guideline is available.

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

Paginated list of LibraryPage items for Guideline.

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

BETA A list of GuidelinePages that belong to this Guideline