UpdatePageInput
UpdatePageInput is used for update Page object. Input was generated by ent.
input UpdatePageInput {
name: String
metaTitle: String
clearMetaTitle: Boolean
metaDescription: String
clearMetaDescription: Boolean
metaKeywords: [String!]
appendMetaKeywords: [String!]
clearMetaKeywords: Boolean
templateID: ID
clearTemplateID: Boolean
pageType: PagePageType
internalDescription: String
clearInternalDescription: Boolean
brandID: ID
clearBrand: Boolean
}
Fields
UpdatePageInput.name ● String scalar
UpdatePageInput.metaTitle ● String scalar
UpdatePageInput.clearMetaTitle ● Boolean scalar
UpdatePageInput.metaDescription ● String scalar
UpdatePageInput.clearMetaDescription ● Boolean scalar
UpdatePageInput.metaKeywords ● [String!] list scalar
UpdatePageInput.appendMetaKeywords ● [String!] list scalar
UpdatePageInput.clearMetaKeywords ● Boolean scalar
UpdatePageInput.templateID ● ID scalar
UpdatePageInput.clearTemplateID ● Boolean scalar
UpdatePageInput.pageType ● PagePageType enum
UpdatePageInput.internalDescription ● String scalar
UpdatePageInput.clearInternalDescription ● Boolean scalar
UpdatePageInput.brandID ● ID scalar
UpdatePageInput.clearBrand ● Boolean scalar
Member Of
updatePage mutation