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