Skip to main content

UpdatePageInput

Input fields needed to update a page

input UpdatePageInput {
id: String!
contents: [UpdatePageContentInput!]!
}

Fields

id ● String!

The id of the page you want to update

contents ● [UpdatePageContentInput!]!

The contents which should be updated

Example

{
"contents": [
{}
]
}