PageTypeUpdateInput
No description
input PageTypeUpdateInput {
name: String
slug: String
addAttributes: [ID!]
removeAttributes: [ID!]
}
Fields
PageTypeUpdateInput.name
● String
scalar miscellaneous
Name of the page type.
PageTypeUpdateInput.slug
● String
scalar miscellaneous
Page type slug.
PageTypeUpdateInput.addAttributes
● [ID!]
list scalar miscellaneous
List of attribute IDs to be assigned to the page type.
PageTypeUpdateInput.removeAttributes
● [ID!]
list scalar miscellaneous
List of attribute IDs to be assigned to the page type.
Member Of
pageTypeUpdate
mutation