PageTypeReorderAttributes Object
Reorder the attributes of a page type.
type PageTypeReorderAttributes {
pageType: PageType
pageErrors: [PageError!]! @deprecated
errors: [PageError!]!
}
Fields
pageType ● PageType
Page type from which attributes are reordered.
errors ● [PageError!]!
Show deprecated
Returned By
pageTypeReorderAttributes mutation