Skip to main content

PageTypeContentUpdateInput

Input object to update a PageTypeContent.

input PageTypeContentUpdateInput {
contentAsString: String
description: String
pageTypeContentId: ID!
secondaryContentAsString: String
seoDescription: String
seoTitle: String
subtitle: String
tags: PageTypeContentTagsInput
title: String
}

Fields

PageTypeContentUpdateInput.contentAsString ● String scalar

PageTypeContentUpdateInput.description ● String scalar

A short description of the pageTypeContent, limit 1000 characters. This is typically used off of the pageTypeContent page itself.

PageTypeContentUpdateInput.pageTypeContentId ● ID! non-null scalar

PageTypeContentUpdateInput.secondaryContentAsString ● String scalar

PageTypeContentUpdateInput.seoDescription ● String scalar

Description specific for SEO purposes, limit 170 characters.

PageTypeContentUpdateInput.seoTitle ● String scalar

Title specific for SEO purposes, limit 256 characters.

PageTypeContentUpdateInput.subtitle ● String scalar

The subtitle of the pageTypeContent, limit 256 characters.

PageTypeContentUpdateInput.tags ● PageTypeContentTagsInput input

These tags function in the opposite direction of other tags, allowing you to choose several to focus on while displaying the content. Commonly, these are used to filter or categorize content by providing options that match tags on the content itself.

PageTypeContentUpdateInput.title ● String scalar

The title of the pageTypeContent, limit 256 characters.

Member of

updatePageTypeContent mutation