Alokai

CmsBlock

Contains details about a specific CMS block.

type CmsBlock = {
  __typename?: 'CmsBlock'; /** The content of the CMS block in raw HTML. */
  content?: Maybe<Scalars['String']['output']>; /** The CMS block identifier. */
  identifier?: Maybe<Scalars['String']['output']>; /** The title assigned to the CMS block. */
  title?: Maybe<Scalars['String']['output']>;
};

Referenced Types

On this page