INPUT_OBJECT
UpdatePageInput
Input type for updating a Page
link GraphQL Schema definition
- input UpdatePageInput {
- # Translations of the Page
- : [UpdatePageInputTranslations!]
- # Publication status
- : PageStatus
- # Image media id
- : Int
- # Additional HTML in head
- : String
- # Redirect site route to user locale
- : Boolean
- }