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