Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Query Field

guidelinePageBlock(id: ID!,language: LanguageCode):GuidelinePageBlock
Beta

BETA Retrieve a GuidelinePageBlock by its id.

Arguments
id: ID!
Beta

BETA The id of the GuidelinePageBlock to retrieve.

language: LanguageCode
Beta

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

Fields of GuidelinePageBlock
id:ID!
Beta

BETA The id of the GuidelinePageBlock.

BETA The type of this GuidelinePageBlock.

content:String
Beta

BETA The searchable content of the GuidelinePageBlock. When the block cannot be serialized, this field is null.

url:Url!
Beta

BETA The url of the GuidelinePageBlock

modifiedAt:DateTime!
Beta

BETA The timestamp of the most recent modification to the GuidelinePageBlock. If not modified, this represents the creation time.

settings:JsonObject
Beta

BETA The settings of the GuidelinePageBlock.

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

BETA A list of GuidelinePageBlockAssetSetting used by this GuidelinePageBlock.