Skip to main content

PageTypeContentCreateInput

Input object to create a PageTypeContent.

input PageTypeContentCreateInput {
contentAsString: String
demandHqId: ID!
description: String
pageType: String!
secondaryContentAsString: String
seoDescription: String
seoTitle: String
storefrontId: ID!
subtitle: String
tags: PageTypeContentTagsInput
title: String
}

Fields

PageTypeContentCreateInput.contentAsString ● String scalar

PageTypeContentCreateInput.demandHqId ● ID! non-null scalar

PageTypeContentCreateInput.description ● String scalar

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

PageTypeContentCreateInput.pageType ● String! non-null scalar

PageTypeContentCreateInput.secondaryContentAsString ● String scalar

PageTypeContentCreateInput.seoDescription ● String scalar

Description specific for SEO purposes, limit 170 characters.

PageTypeContentCreateInput.seoTitle ● String scalar

Title specific for SEO purposes, limit 256 characters.

PageTypeContentCreateInput.storefrontId ● ID! non-null scalar

PageTypeContentCreateInput.subtitle ● String scalar

The subtitle of the pageTypeContent, limit 256 characters.

PageTypeContentCreateInput.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.

PageTypeContentCreateInput.title ● String scalar

The title of the pageTypeContent, limit 256 characters.

Member of

createPageTypeContent mutation