ContentCreateInput
No description
input ContentCreateInput {
slug: String!
isPage: Boolean!
}
Fields
ContentCreateInput.slug ● String! non-null scalar
Slug for the content object.
ContentCreateInput.isPage ● Boolean! non-null scalar
Flag to determine if the content is a page or a part of a page. A footer would have this false, but the static content pages would have it true
Member Of
contentCreate mutation