Schema Documentation

updatePage

Description

The payload for the updatePage mutation

Response

Returns an UpdatePagePayload

Arguments
NameDescription
input - UpdatePageInput! Input for the updatePage mutation

Example

Query
mutation updatePage($input: UpdatePageInput!){
  updatePage(input: $input){
    clientMutationIdpage {
      ...PageFragment
    }
  }
}
Variables
{"input":UpdatePageInput}
Response
{"data":{"updatePage":{"clientMutationId":"abc123","page":Page}}}