pageTypeReorderAttributes Mutation
Reorder the attributes of a page type.
pageTypeReorderAttributes(
moves: [ReorderInput!]!
pageTypeId: ID!
): PageTypeReorderAttributes
Show return type
Arguments
moves ● [ReorderInput!]!
The list of attribute reordering operations.
pageTypeId ● ID!
ID of a page type.
Type
PageTypeReorderAttributes
Reorder the attributes of a page type.