INPUT_OBJECT

CreateAlpPhoneWidgetInput

Input type for creating a PhoneWidget in the Admin Landing Page product

link GraphQL Schema definition

  • input CreateAlpPhoneWidgetInput {
  • # Number of columns the widget will takes on a grid (6 or 12).
  • size: Int
  • # Title of the Widget
  • title: String
  • # Description of the Widget
  • description: String
  • # Can use call center number?
  • useCallCenter: Boolean
  • }

link Require by