Open susamn opened 4 years ago
Currently, the selection set is available in the following place, nested deeply and I don't know where will I stumble upon a nil reference.
params.Info.Operation.GetSelectionSet().Selections
We need a way to access the selection set as a simple and accessible struct, which can be used to make decisions on which backends to hit or not.
Currently, the selection set is available in the following place, nested deeply and I don't know where will I stumble upon a nil reference.
params.Info.Operation.GetSelectionSet().Selections
We need a way to access the selection set as a simple and accessible struct, which can be used to make decisions on which backends to hit or not.