OBJECT

SolutionTemplateGroup

A labelled container bundling template nodes.

link GraphQL Schema definition

  • type SolutionTemplateGroup {
  • # Unique identifier of this group within the template.
  • id: ID!
  • # Group rectangle (position and size) on the canvas — matches the created
  • # solution, so the wizard preview matches the install result.
  • position: Rectangle!
  • # Display label of the group.
  • name: String!
  • # Group color.
  • color: Int!
  • }