Bundle resolver outputs and send to client

Hello,

I would be thankful if you can share some ideas or pointers on the problem I have and unable to solve.

I am using graphql/apollo/react/meteor for my project. once the graphql server side fetching rows of data (in js array), I need to bundle the data (stringify) and re-package it with other generated fields into a new object and forward that object to client.

I am unable to get it right, please help.

G.