Skip to content

Commit ec6deec

Browse files
Tweak description for client awareness link
Co-authored-by: Lenz Weber-Tronic <lorenz.weber-tronic@apollographql.com>
1 parent 69650f2 commit ec6deec

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/source/api/link/apollo-link-client-awareness.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,13 @@ If you are using `BaseHttpLink` and want client awareness functionality, you wil
6161

6262
### Configuring with request context
6363

64-
You can configure client awareness using request context. Provide the `clientAwareness` and `enhancedClientAwareness` fields in `context`. These values take precedence over all other configurations.
64+
You can configure client awareness using request context. Provide the `clientAwareness` field in `context`. These values take precedence over all other configurations.
65+
66+
<Note>
67+
68+
The `enhancedClientAwareness` field is not supported in request context. This feature should either be fully opted in or out of.
69+
70+
</Note>
6571

6672
```ts
6773
const client = new ApolloClient(/* ... */);

0 commit comments

Comments
 (0)