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

# PageTypeUpdateInput Input Type

No description

```graphql
input PageTypeUpdateInput {
  name: String
  slug: String
  addAttributes: [ID!]
  removeAttributes: [ID!]
}
```

<a id="fields"></a>

### Fields

<a id="name"></a>

#### [`name`](#name) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

Name of the page type.

<a id="slug"></a>

#### [`slug`](#slug) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

Page type slug.

<a id="add-attributes"></a>

#### [`addAttributes`](#add-attributes) ● [`[ID!]`](/api-reference/miscellaneous/scalars/id.md)

List of attribute IDs to be assigned to the page type.

<a id="remove-attributes"></a>

#### [`removeAttributes`](#remove-attributes) ● [`[ID!]`](/api-reference/miscellaneous/scalars/id.md)

List of attribute IDs to be unassigned from the page type.

<a id="member-of"></a>

### Member Of

[`pageTypeUpdate`](/api-reference/pages/mutations/page-type-update.md) mutation
