In my NestJS project I\'m creating a GraphQL endpoint for a service that returns a dictonary object:
{ [key: number]: MyDataDto }
In my