Skip to main content
Version: Canary 🚧

PageTypeReorderAttributes

Reorder the attributes of a page type.

Requires MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission.
type PageTypeReorderAttributes {
pageType: PageType
pageErrors: [PageError!]! @deprecated
errors: [PageError!]!
}

Fields

PageTypeReorderAttributes.pageType ● PageType object

Page type from which attributes are reordered.

PageTypeReorderAttributes.pageErrors ● [PageError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

PageTypeReorderAttributes.errors ● [PageError!]! non-null object

Returned by

pageTypeReorderAttributes mutation


Was this page helpful?