INPUT_OBJECT

CreatePageInput

Input type for creating a Page

link GraphQL Schema definition

  • input CreatePageInput {
  • # Translations of the Page
  • translations: [CreatePageInputTranslations!]!
  • # Publication status
  • status: PageStatus!
  • # Image media id
  • image: Int
  • # Additional HTML in head
  • additionalHtmlInHead: String
  • # Redirect site route to user locale
  • siteRouteRedirectToUserLocale: Boolean
  • }

link Require by