apollo-link-json-api
apollo-link-json-api copied to clipboard
Crashes when empty args is given to POST/PUT request
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.