INPUT_OBJECT

LayoutBuilderCornersInput

Input for four corners (border radius)

link GraphQL Schema definition

  • input LayoutBuilderCornersInput {
  • # Top-left corner
  • topLeft: String
  • # Top-right corner
  • topRight: String
  • # Bottom-right corner
  • bottomRight: String
  • # Bottom-left corner
  • bottomLeft: String
  • }