Skip to main content
Version: 3.x

PageTypeUpdateInput

No description

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

Fields

PageTypeUpdateInput.name ● String scalar

Name of the page type.

PageTypeUpdateInput.slug ● String scalar

Page type slug.

PageTypeUpdateInput.addAttributes ● [ID!] list scalar

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

PageTypeUpdateInput.removeAttributes ● [ID!] list scalar

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

Member of

pageTypeUpdate mutation


Was this page helpful?