PageTypeReorderAttributes
Reorder the attributes of a page type.
type PageTypeReorderAttributes {
pageType: PageType
pageErrors: [PageError!]! @deprecated
errors: [PageError!]!
}
Fields
PageTypeReorderAttributes.pageType
● PageType
object pages
Page type from which attributes are reordered.
PageTypeReorderAttributes.pageErrors
● [PageError!]!
deprecated non-null object pages
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
PageTypeReorderAttributes.errors
● [PageError!]!
non-null object pages
Returned By
pageTypeReorderAttributes
mutation