apollo-upload-client
apollo-upload-client copied to clipboard
Add `includeUnusedVariables` option support
Issue description
This option is present in createHttpLink, but missing in createUploadLink
Reason why this option was added is explained here: https://github.com/apollographql/apollo-client/pull/7127
What changes have been made?
- added
includeUnusedVariablesoption support (same approach as in apollo-client repo) - added tests