Skip to main content

CollectionTypeContentUpdateInput

Input object to update a CollectionTypeContent.

input CollectionTypeContentUpdateInput {
collectionTypeContentId: ID!
contentAsString: String
description: String
secondaryContentAsString: String
seoDescription: String
seoTitle: String
subtitle: String
tags: CollectionTypeContentTagsInput
title: String
}

Fields​

CollectionTypeContentUpdateInput.collectionTypeContentId ● ID! non-null scalar​

CollectionTypeContentUpdateInput.contentAsString ● String scalar​

CollectionTypeContentUpdateInput.description ● String scalar​

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

CollectionTypeContentUpdateInput.secondaryContentAsString ● String scalar​

CollectionTypeContentUpdateInput.seoDescription ● String scalar​

Description specific for SEO purposes, limit 170 characters.

CollectionTypeContentUpdateInput.seoTitle ● String scalar​

Title specific for SEO purposes, limit 256 characters.

CollectionTypeContentUpdateInput.subtitle ● String scalar​

The subtitle of the collectionTypeContent, limit 256 characters.

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

CollectionTypeContentUpdateInput.title ● String scalar​

The title of the collectionTypeContent, limit 256 characters.

Member of​

updateCollectionTypeContent mutation