Schema Documentation
createPage
Description
The payload for the createPage mutation
Response
Returns a
CreatePagePayload
Arguments
Name | Description |
---|---|
input -
CreatePageInput! | Input for the createPage mutation |
Example
Query
mutation createPage($input: CreatePageInput!){
createPage(input: $input){
clientMutationIdpage {
...PageFragment
}
}
}
Variables
{"input":CreatePageInput}
Response
{"data":{"createPage":{"clientMutationId":"xyz789","page":Page}}}