Now that spaces in property names are commonplace in the V3 Revit connector, it may be time to improve the parsing of property strings in the object query.
Trying to get “properties.Parameters.Instance Parameters.Other.Type Id”
This fails when dropped in as a single string:
But succeeds when additional /" stuff is added, but the resulting GraphQL gets a bit borked as a result