We should add support for the graph type converter to convert values of TEnum to string. We should also add ToString() and implicit operators to cast TEnum to string and vice versa.
This would make this next example work (which doesn't atm):
Pushed tentative changes to the CSHARP-962 branch but it needs tests:
We should add support for the graph type converter to convert values of
TEnum
to string. We should also add ToString() and implicit operators to castTEnum
to string and vice versa.This would make this next example work (which doesn't atm):
Pushed tentative changes to the
CSHARP-962
branch but it needs tests: