OBJECT
A labelled, coloured container bundling a set of nodes on the canvas.
type SolutionGroup {# Unique identifier of this group within the canvas.id: ID! # Group rectangle (position and size) on the canvas.position: Rectangle! # Display label of the group.name: String! # Group color.color: Int! }