Skip to main content

pageReorderAttributeValues Mutation

Reorder page attribute values.

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

Arguments

attributeId ● ID!

ID of an attribute.

moves ● [ReorderInput!]!

The list of reordering operations for given attribute values.

pageId ● ID!

ID of a page.

Type

PageReorderAttributeValues

Reorder page attribute values.

Requires the MANAGE_PAGESpermission.