Skip to content

Commit d6a21a9

Browse files
committed
Add key to example
1 parent 943e322 commit d6a21a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/link/context/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export function setContext(setter: SetContextLink.LegacyContextSetter) {
8888
*
8989
* const link = new SetContextLink((prevContext, operation) => {
9090
* return {
91+
* credentials: "include",
9192
* // ...
9293
* };
9394
* });

0 commit comments

Comments
 (0)