PageTypeUpdate Object
Updates page type.
type PageTypeUpdate {
pageErrors: [PageError!]! @deprecated
errors: [PageError!]!
pageType: PageType
}
Fields
errors ● [PageError!]!
pageType ● PageType
Show deprecatedHide deprecated
pageErrors ● [PageError!]!
DEPRECATED
Use errors field instead.
Returned By
pageTypeUpdate mutation