awslabs / aws-mobile-appsync-sdk-js

JavaScript library files for Offline, Sync, Sigv4. includes support for React Native
Apache License 2.0
920 stars 266 forks source link

Make sure @@skipRetry param is sent to retryLink #590

Open robcar opened 3 years ago

robcar commented 3 years ago

Issue #, if available: 589

Description of changes: The returned link sent the filtered variables to the chained link making it effectively removing the @@skipRetry parameter. Change adds the same filtering to the originalLink only to make sure the retryLink is sent the variables with @@skipRetry intact.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.