Skip to main content

PolicyInput

No description

input PolicyInput {
slug: String
title: String
contentHtml: String
isPublished: Boolean
publicationDate: String
seo: SeoInput
}

Fields

PolicyInput.slug ● String scalar

Policy internal name.

PolicyInput.title ● String scalar

Policy title.

PolicyInput.contentHtml ● String scalar

Policy content (HTML).

PolicyInput.isPublished ● Boolean scalar

Determines if the policy is visible in the storefront.

PolicyInput.publicationDate ● String scalar

Publication date. ISO 8601 standard.

PolicyInput.seo ● SeoInput input

Search engine optimization fields.

Member Of

policyCreate mutation ● policyUpdate mutation

Was this page helpful?