Skip to main content

pageTypeReorderAttributes Mutation

Reorder the attributes of a page type.

Requires the MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission.
pageTypeReorderAttributes(
moves: [ReorderInput!]!
pageTypeId: ID!
): PageTypeReorderAttributes
Details
type PageTypeReorderAttributes {
pageType: PageType
pageErrors: [PageError!]! @deprecated
errors: [PageError!]!
}

Arguments​

moves ● [ReorderInput!]!​

The list of attribute reordering operations.

pageTypeId ● ID!​

ID of a page type.

Type​

PageTypeReorderAttributes​

Reorder the attributes of a page type.

Requires the MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission.