PageCreate
Result of page create mutation.
type PageCreate {
page: Page
pageErrors: [PageError!]!
}
Fields
PageCreate.page ● Page object
The page.
PageCreate.pageErrors ● [PageError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
pageCreate mutation