You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I am facing the problem that I need to update only some values in a huge JSON object returned by a REST.
I fetch the JSON object in one request. I get some values by another typed request. I change these values. I update the JSON object with the values. I post the JSON to the REST endpoint.
Is there some support in Apollo server for such a case where the client needs only some values of a JSON object and then needs to post them in a modified JSON object to the REST endpoint ? I would like to request the JSON and then be able to query it woth graphql
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I am facing the problem that I need to update only some values in a huge JSON object returned by a REST.
I fetch the JSON object in one request. I get some values by another typed request. I change these values. I update the JSON object with the values. I post the JSON to the REST endpoint.
Is there some support in Apollo server for such a case where the client needs only some values of a JSON object and then needs to post them in a modified JSON object to the REST endpoint ? I would like to request the JSON and then be able to query it woth graphql
Any help would be greatly appreciated!
Thanks
Beta Was this translation helpful? Give feedback.
All reactions