CollectionTypeContentCreateInput
Input object to create a CollectionTypeContent.
input CollectionTypeContentCreateInput {
collectionType: String!
contentAsString: String
demandHqId: ID!
description: String
secondaryContentAsString: String
seoDescription: String
seoTitle: String
storefrontId: ID!
subtitle: String
tags: CollectionTypeContentTagsInput
title: String
}
Fields
CollectionTypeContentCreateInput.collectionType ● String! non-null scalar
CollectionTypeContentCreateInput.contentAsString ● String scalar
CollectionTypeContentCreateInput.demandHqId ● ID! non-null scalar
CollectionTypeContentCreateInput.description ● String scalar
A short description of the collectionTypeContent, limit 1000 characters. This is typically used off of the collectionTypeContent page itself.
CollectionTypeContentCreateInput.secondaryContentAsString ● String scalar
CollectionTypeContentCreateInput.seoDescription ● String scalar
Description specific for SEO purposes, limit 170 characters.
CollectionTypeContentCreateInput.seoTitle ● String scalar
Title specific for SEO purposes, limit 256 characters.
CollectionTypeContentCreateInput.storefrontId ● ID! non-null scalar
CollectionTypeContentCreateInput.subtitle ● String scalar
The subtitle of the collectionTypeContent, limit 256 characters.
CollectionTypeContentCreateInput.tags ● CollectionTypeContentTagsInput 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.
CollectionTypeContentCreateInput.title ● String scalar
The title of the collectionTypeContent, limit 256 characters.
Member of
createCollectionTypeContent mutation