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