pageReorderAttributeValues
Reorder page attribute values.
pageReorderAttributeValues(
attributeId: ID!
moves: [ReorderInput!]!
pageId: ID!
): PageReorderAttributeValues
Arguments
pageReorderAttributeValues.attributeId
● ID!
non-null scalar miscellaneous
ID of an attribute.
pageReorderAttributeValues.moves
● [ReorderInput!]!
non-null input miscellaneous
The list of reordering operations for given attribute values.
pageReorderAttributeValues.pageId
● ID!
non-null scalar miscellaneous
ID of a page.
Type
PageReorderAttributeValues
object pages
Reorder page attribute values.