> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/pages/llms.txt)
> Source: https://docs.saleor.io/api-reference/pages/mutations/page-type-reorder-attributes

# pageTypeReorderAttributes Mutation

Reorder the attributes of a page type.

Requires the MANAGE\_PAGE\_TYPES\_AND\_ATTRIBUTES permission.

```graphql
pageTypeReorderAttributes(
  moves: [ReorderInput!]!
  pageTypeId: ID!
): PageTypeReorderAttributes
```

Details

```graphql
type PageTypeReorderAttributes {
  pageType: PageType
  pageErrors: [PageError!]! @deprecated
  errors: [PageError!]!
}
```

<a id="arguments"></a>

### Arguments

<a id="moves"></a>

#### [`moves`](#moves) ● [`[ReorderInput!]!`](/api-reference/miscellaneous/inputs/reorder-input.md)

The list of attribute reordering operations.

<a id="page-type-id"></a>

#### [`pageTypeId`](#page-type-id) ● [`ID!`](/api-reference/miscellaneous/scalars/id.md)

ID of a page type.

<a id="type"></a>

### Type

<a id="pagetypereorderattributes"></a>

#### [`PageTypeReorderAttributes`](/api-reference/pages/objects/page-type-reorder-attributes.md)

Reorder the attributes of a page type.

Requires the MANAGE\_PAGE\_TYPES\_AND\_ATTRIBUTES permission.
