CreatePagePayload
Autogenerated return type of CreatePage.
type CreatePagePayload {
clientMutationId: String
page: Page!
}
Fields
CreatePagePayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreatePagePayload.page
● Page!
non-null object
Returned By
createPage
mutation