Skip to content

Commit 31ffcbd

Browse files
committed
Update docs
1 parent 405dc3a commit 31ffcbd

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

apps/frontend/src/content/docs/integrations/channels.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,6 @@ GraphQLWebsocketCommunicator(
528528
to disable it by passing `None`.
529529
- `allow_queries_via_get`: optional, defaults to `True`, whether to enable
530530
queries via `GET` requests
531-
- `subscriptions_enabled`: optional boolean paramenter enabling subscriptions in
532-
the GraphiQL interface, defaults to `True`
533531
- `multipart_uploads_enabled`: optional, defaults to `False`, controls whether
534532
to enable multipart uploads. Please make sure to consider the
535533
[security implications mentioned in the GraphQL Multipart Request Specification](https://github.com/jaydenseric/graphql-multipart-request-spec/blob/master/readme.md#security)

apps/frontend/src/content/docs/integrations/django.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ The `GraphQLView` accepts the following arguments:
3939
to disable it by passing `None`.
4040
- `allow_queries_via_get`: optional, defaults to `True`, whether to enable
4141
queries via `GET` requests
42-
- `subscriptions_enabled`: optional boolean paramenter enabling subscriptions in
43-
the GraphiQL interface, defaults to `False`.
4442
- `multipart_uploads_enabled`: optional, defaults to `False`, controls whether
4543
to enable multipart uploads. Please make sure to consider the
4644
[security implications mentioned in the GraphQL Multipart Request Specification](https://github.com/jaydenseric/graphql-multipart-request-spec/blob/master/readme.md#security)
@@ -182,8 +180,6 @@ The `AsyncGraphQLView` accepts the following arguments:
182180
to disable it by passing `None`.
183181
- `allow_queries_via_get`: optional, defaults to `True`, whether to enable
184182
queries via `GET` requests
185-
- `subscriptions_enabled`: optional boolean paramenter enabling subscriptions in
186-
the GraphiQL interface, defaults to `False`.
187183

188184
## Extending the view
189185

0 commit comments

Comments
 (0)