INPUT_OBJECT

UpdatePopupOrionInput

Input type for updating a PopupOrion

link GraphQL Schema definition

  • input UpdatePopupOrionInput {
  • # Name shown in the back-office list
  • name: String
  • # Display the pop-up on the Site. Enabling one disables the other pop-ups of the
  • # Site.
  • enabled: Boolean
  • # How long the pop-up stays on screen, in seconds
  • displayDuration: Int
  • # How long the pop-up stays hidden for a visitor who closed it, in seconds
  • cookieLife: Int
  • # Text color, as an hexadecimal value
  • textColor: String
  • # Background color, as an hexadecimal value
  • backgroundColor: String
  • # Border style
  • borderType: PopupBorderType
  • # Border width, in pixels
  • borderWidth: Int
  • # Border color, as an hexadecimal value
  • borderColor: String
  • # Border radius, in pixels
  • borderRadius: Int
  • # Shadow preset
  • shadow: PopupShadow
  • # Background opacity, from 0 to 100
  • opacity: Int
  • # First day the pop-up is displayed, as an ISO 8601 string. The time part is
  • # ignored.
  • startDate: String
  • # Last day the pop-up is displayed, as an ISO 8601 string. The time part is
  • # ignored.
  • endDate: String
  • # Translations. A locale with no text at all is ignored.
  • translations: [UpdatePopupOrionInputTranslations!]
  • }

link Require by