PageAttributeUnassign
Unassign attributes from a given page type.
type PageAttributeUnassign {
  pageType: PageType
  pageErrors: [PageError!]! @deprecated
  errors: [PageError!]!
}
Fields
PageAttributeUnassign.pageType ● PageType object pages
The updated page type.
PageAttributeUnassign.pageErrors ● [PageError!]! deprecated non-null object pages
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
PageAttributeUnassign.errors ● [PageError!]! non-null object pages
Returned By
pageAttributeUnassign mutation