Skip to main content

pageTypeReorderAttributes Mutation

Reorder the attributes of a page type.

Requires the MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission.
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.

Requires the MANAGE_PAGE_TYPES_AND_ATTRIBUTESpermission.