OBJECT
SolutionTemplateSchema
Minimal template canvas: what the library card and the wizard need — node identity/typing/texts, positions/groups matching the created solution's layout (so the preview looks like the install result), and the connection topology. No creation payloads (installer-internal).
link GraphQL Schema definition
- type SolutionTemplateSchema {
- # Nodes of the template.
- : [SolutionTemplateNodeInterface!]!
- # Typed edges between nodes.
- : [SolutionTemplateEdge!]!
- # Visual groups bundling nodes.
- : [SolutionTemplateGroup!]!
- }