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