pageUpdate
Updates an existing page.
pageUpdate(
id: ID!
input: PageInput!
): PageUpdate
Arguments
pageUpdate.id
● ID!
non-null scalar
ID of a page to update.
pageUpdate.input
● PageInput!
non-null input
Fields required to update a page.
Type
PageUpdate
object
Updates an existing page.