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