PageAttributeAssign Object
Assign attributes to a given page type.
type PageAttributeAssign {
pageType: PageType
pageErrors: [PageError!]! @deprecated
errors: [PageError!]!
}
Fields
pageType ● PageType
The updated page type.
errors ● [PageError!]!
Show deprecated
Returned By
pageAttributeAssign mutation