pageUpdate Mutation
Updates an existing page.
pageUpdate(
id: ID!
input: PageInput!
): PageUpdate
Show return type
Arguments
id ● ID!
ID of a page to update.
input ● PageInput!
Fields required to update a page.
Type
PageUpdate
Updates an existing page.