Skip to main content

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 miscellaneous

The list of attribute reordering operations.

pageTypeReorderAttributes.pageTypeId ● ID! non-null scalar miscellaneous

ID of a page type.

Type

PageTypeReorderAttributes object pages

Reorder the attributes of a page type.

Requires MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission.