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