Anchor to PageUpdateUserErrorPage
objectPage Update User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- Anchor to codecode•Page
Update User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Updates an existing page's content and settings.
For example, merchants can update their "Shipping Policy" page when rates change, or refresh their "About Us" page with new team information.
Use the
mutation to:- Update page content and titles
- Modify publication status
- Change page handles for URL structure
- Adjust template settings
The mutation supports partial updates, allowing specific changes while preserving other page properties.
- •ID!required
The ID of the page to be updated.
- Anchor to pagepage•Page
Update Input! required The properties of the page to be updated.
Arguments
Was this section helpful?