Skip to main content
Version: 3.x

PageTypeCreateInput

No description

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

Fields

PageTypeCreateInput.name ● String scalar

Name of the page type.

PageTypeCreateInput.slug ● String scalar

Page type slug.

PageTypeCreateInput.addAttributes ● [ID!] list scalar

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

Member of

pageTypeCreate mutation


Was this page helpful?