CollectionInput
No description
input CollectionInput {
isPublished: Boolean
isVisible: Boolean
customFields: [AttributeValueInput!]
name: String
slug: String
description: String
descriptionHtml: String
backgroundImage: Upload
backgroundImageAlt: String
seo: SeoInput
publicationDate: Date
}
Fields
CollectionInput.isPublished ● Boolean scalar
Informs whether a collection is published.
CollectionInput.isVisible ● Boolean scalar
Informs whether a collection is visible.
CollectionInput.customFields ● [AttributeValueInput!] list input
List of custom fields.
CollectionInput.name ● String scalar
Name of the collection.
CollectionInput.slug ● String scalar
Slug of the collection.
CollectionInput.description ● String scalar
Description of the collection (plaintext, deprecated as input).
CollectionInput.descriptionHtml ● String scalar
Description of the collection (HTML).
CollectionInput.backgroundImage ● Upload scalar
Background image file.
CollectionInput.backgroundImageAlt ● String scalar
Alt text for an image.
CollectionInput.seo ● SeoInput input
Search engine optimization fields.
CollectionInput.publicationDate ● Date scalar
Publication date. ISO 8601 standard.
Member Of
collectionUpdate mutation