Skip to main content
Version: 3.x

pageTypeReorderAttributes

Reorder the attributes of a page type.

Requires MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission.
pageTypeReorderAttributes(
moves: [ReorderInput!]!
pageTypeId: ID!
): PageTypeReorderAttributes

Arguments

pageTypeReorderAttributes.moves ● [ReorderInput!]! non-null input

The list of attribute reordering operations.

pageTypeReorderAttributes.pageTypeId ● ID! non-null scalar

ID of a page type.

Type

PageTypeReorderAttributes object

Reorder the attributes of a page type.

Requires MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission.

Was this page helpful?