apollo-link-json-api icon indicating copy to clipboard operation
apollo-link-json-api copied to clipboard

Crashes when empty args is given to POST/PUT request

Open ins429 opened this issue 6 years ago • 0 comments

Apollo client blows up when no arguments are given to a mutation. I think https://github.com/Rsullivan00/apollo-link-json-api/blob/master/src/jsonApiLink.ts#L870 is where it's failing.

Screen Shot 2019-12-11 at 3 32 20 PM

ins429 avatar Dec 11 '19 23:12 ins429