Schema Documentation
createPage
Description
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":"abc123","page":Page}}}