Skip to main content

AgreementInput

No description

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

Fields

AgreementInput.title ● String scalar

AgreementInput.slug ● String scalar

AgreementInput.defaultCommission ● Decimal scalar

AgreementInput.isActive ● Boolean scalar

AgreementInput.isPublished ● Boolean scalar

AgreementInput.publicationDate ● String scalar

AgreementInput.content ● String scalar

AgreementInput.contentJson ● String scalar

AgreementInput.seoTitle ● String scalar

AgreementInput.seoDescription ● String scalar

AgreementInput.contentHtml ● String scalar

Agreement content as HTML.

AgreementInput.seo ● SeoInput input

SEO fields for the agreement.

AgreementInput.updatedAt ● String scalar

Last update timestamp.

Member Of

agreementCreate mutation ● agreementUpdate mutation

Was this page helpful?