Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Query Field

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

BETA Retrieve a GuidelinePage by its id.

Arguments
id: ID!
Beta

BETA The id of the GuidelinePage to retrieve.

language: LanguageCode
Beta

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

BETA The GuidelinePage id.

title:String!
Beta

BETA The title of the GuidelinePage

modifiedAt:DateTime!
Beta

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

BETA The url of the GuidelinePage

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

BETA A list of GuidelinePageSections that belong to this GuidelinePage