We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717c42a commit 4505a05Copy full SHA for 4505a05
website/src/pages/docs/essentials/context.mdx
@@ -27,7 +27,7 @@ You can manage your own `context` object based on your needs. Usually, it's done
27
Injection - Introduction"](/docs/di/introduction) chapter.
28
</Callout>
29
30
-The `Context` can be accessed directly in resolve function or within Dependency Injection using [`CONTEXT`](../api/api.md#context) token.
+The `Context` can be accessed directly in resolve function or within Dependency Injection using [`CONTEXT`](/docs/api#context) token.
31
32
```ts
33
import { CONTEXT, Inject, Injectable } from 'graphql-modules'
0 commit comments