pageTypeReorderAttributes
Reorder the attributes of a page type.
pageTypeReorderAttributes(
moves: [ReorderInput!]!
pageTypeId: ID!
): PageTypeReorderAttributes
Arguments
pageTypeReorderAttributes.moves ● [ReorderInput!]! non-null input
The list of attribute reordering operations.
pageTypeReorderAttributes.pageTypeId ● ID! non-null scalar
ID of a page type.
Type
PageTypeReorderAttributes object
Reorder the attributes of a page type.
Was this page helpful?