Graph Attributes - McManning/BlueGraph GitHub Wiki

[IncludeTags] Attribute

If you add [IncludeTags] to a graph, only nodes with one or more [Tags] matching the include list will be allowed on the graph.

[IncludeTags("Heightmap", "Terrain", "Logic")]
class TerrainGraph : Graph
{
    ...
}