You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/frontend/src/content/docs/integrations/fastapi.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ The `GraphQLRouter` accepts the following options:
59
59
[security implications mentioned in the GraphQL Multipart Request Specification](https://github.com/jaydenseric/graphql-multipart-request-spec/blob/master/readme.md#security)
60
60
when enabling this feature.
61
61
62
-
## context_getter
62
+
###context_getter
63
63
64
64
The `context_getter` option allows you to provide a custom context object that
65
65
can be used in your resolver. `context_getter` is a
@@ -178,7 +178,7 @@ requires `.request` indexing.
178
178
Then we use the context in a resolver. The resolver will return “Hello John, you
Copy file name to clipboardExpand all lines: apps/frontend/src/content/docs/integrations/litestar.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ The `make_graphql_controller` function accepts the following options:
66
66
[security implications mentioned in the GraphQL Multipart Request Specification](https://github.com/jaydenseric/graphql-multipart-request-spec/blob/master/readme.md#security)
67
67
when enabling this feature.
68
68
69
-
## context_getter
69
+
###context_getter
70
70
71
71
The `context_getter` option allows you to provide a Litestar dependency that
72
72
return a custom context object that can be used in your resolver.
0 commit comments