We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ffc0c commit 81900d5Copy full SHA for 81900d5
src/public/createUploadLink.js
@@ -93,7 +93,7 @@ module.exports = function createUploadLink({
93
// Apollo Studio client awareness `name` and `version` can be configured
94
// via `ApolloClient` constructor options:
95
// https://apollographql.com/docs/studio/client-awareness/#using-apollo-server-and-apollo-client
96
- clientAwareness: { name, version },
+ clientAwareness: { name, version } = {},
97
headers,
98
} = context;
99
0 commit comments