Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Query field

guidelinePage(id: ID!,language: LanguageCode):GuidelinePage
Beta

Retrieve a GuidelinePage by its id.

Arguments
id: ID!
Beta

The id of the GuidelinePage to retrieve.

language: LanguageCode
Beta

Specifies the language in which the GuidelinePage should be delivered. If the requested language is unavailable, the default language will be used as a fallback.

Fields of GuidelinePage
id:ID!
Beta

The GuidelinePage id.

title:String!
Beta

The title of the GuidelinePage

modifiedAt:DateTime!
Beta

The timestamp of the most recent modification to the GuidelinePage or its contents. If not modified, this represents the creation time.

url:Url!
Beta

The url of the GuidelinePage

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

A list of GuidelinePageSections that belong to this GuidelinePage