Mapping defined types to other defined types
And
As you can see,
DecisionStatus overlaps with ReferralOverviewStatus.In one mutation, I accept an args type of
DecisionStatus and I want to pass it to a mutation that accepts an arg type of ReferralOverviewStatus. I've tried a bunch of different things but I still get typescript errors for all of these. How can I make this work?