INPUT_OBJECT

CreateAlpCustomFieldWidgetInput

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

link GraphQL Schema definition

  • input CreateAlpCustomFieldWidgetInput {
  • # 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
  • # The id of a Field
  • field: Int!
  • }

link Require by