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