pageReorderAttributeValues Mutation
Reorder page attribute values.
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.