OptionalonCreateSpecializationObjects: ((type: Type) => TemplatedGraphNodeSpecializationObject[])The graphNode attribute should have a {templateType} token to subsitute with the
specialized name for the path, name and help properties.
E.g. A name of Get {templateType} will be convered to Get Component if
the template type is Component
A templated node that can be added to a Graph. The
onCreateSpecializationscallback needs to return all types that will be automatically specialized for. This attribute may only be applied to GraphNode implementations of ITemplateGraphNode.