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