GraphQL referenceTypesUpcomingInputsUpdatePageInputOn this pageUpdatePageInputInput 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": [ {} ]}