Skip to main content

AgreementInput

No description

input AgreementInput {
slug: String
title: String
content: String
contentHtml: String
isPublished: Boolean
publicationDate: String
seo: SeoInput
defaultCommission: Decimal
isActive: Boolean
updatedAt: String
}

Fields

AgreementInput.slug ● String scalar

Agreement internal name.

AgreementInput.title ● String scalar

Agreement title.

AgreementInput.content ● String scalar

Agreement content (Plaintext, deprecated as input).

AgreementInput.contentHtml ● String scalar

Agreement content (HTML).

AgreementInput.isPublished ● Boolean scalar

Determines if agreement is visible in the storefront.

AgreementInput.publicationDate ● String scalar

Publication date. ISO 8601 standard.

AgreementInput.seo ● SeoInput input

Search engine optimization fields.

AgreementInput.defaultCommission ● Decimal scalar

Default commission for all orders

AgreementInput.isActive ● Boolean scalar

Is this agreement active?

AgreementInput.updatedAt ● String scalar

Last update date. ISO 8601 standard.

Member Of

agreementCreate mutation ● agreementUpdate mutation

Was this page helpful?