INPUT_OBJECT

LayoutBuilderElementInput

Input for element in a block or grid cell

link GraphQL Schema definition

  • input LayoutBuilderElementInput {
  • # Unique identifier
  • id: String!
  • # Name
  • name: String
  • # Component identifier
  • componentId: String
  • # Template content
  • template: String
  • # Element props
  • props: Json
  • }