Skip to main content
Version: 3.x

pageReorderAttributeValues

Reorder page attribute values.

Requires MANAGE_PAGESpermission.
pageReorderAttributeValues(
attributeId: ID!
moves: [ReorderInput!]!
pageId: ID!
): PageReorderAttributeValues

Arguments

pageReorderAttributeValues.attributeId ● ID! non-null scalar

ID of an attribute.

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

The list of reordering operations for given attribute values.

pageReorderAttributeValues.pageId ● ID! non-null scalar

ID of a page.

Type

PageReorderAttributeValues object

Reorder page attribute values.

Requires MANAGE_PAGESpermission.

Was this page helpful?