Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Interface

GuidelinePageBlockInterface

Interface for all block types on a guideline page.

Implemented by

An Interface is an abstract type that includes a certain set of fields that a type must include to implement the interface.Following types all implement this interface and must have all fields of this interface present.The __typename field resolves to a String which lets you differentiate different data types from each other on the client.

Type fields
id:ID!
Beta

The id of the GuidelinePageBlock.

The type of this GuidelinePageBlock.

content:String
Beta

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

url:Url!
Beta

The url of the GuidelinePageBlock

modifiedAt:DateTime!
Beta

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

settings:JsonObject
Beta

The settings of the GuidelinePageBlock.

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

A list of GuidelinePageBlockAssetSetting used by this GuidelinePageBlock.