pageTypeReorderAttributes Mutation
Reorder the attributes of a page type.
pageTypeReorderAttributes(
moves: [ReorderInput!]!
pageTypeId: ID!
): PageTypeReorderAttributes
Details
type PageTypeReorderAttributes {
pageType: PageType
pageErrors: [PageError!]! @deprecated
errors: [PageError!]!
}
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.