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/channels.mdx
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -528,8 +528,6 @@ GraphQLWebsocketCommunicator(
528
528
to disable it by passing `None`.
529
529
-`allow_queries_via_get`: optional, defaults to `True`, whether to enable
530
530
queries via `GET` requests
531
-
-`subscriptions_enabled`: optional boolean paramenter enabling subscriptions in
532
-
the GraphiQL interface, defaults to `True`
533
531
-`multipart_uploads_enabled`: optional, defaults to `False`, controls whether
534
532
to enable multipart uploads. Please make sure to consider the
535
533
[security implications mentioned in the GraphQL Multipart Request Specification](https://github.com/jaydenseric/graphql-multipart-request-spec/blob/master/readme.md#security)
Copy file name to clipboardExpand all lines: apps/frontend/src/content/docs/integrations/django.mdx
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,6 @@ The `GraphQLView` accepts the following arguments:
39
39
to disable it by passing `None`.
40
40
-`allow_queries_via_get`: optional, defaults to `True`, whether to enable
41
41
queries via `GET` requests
42
-
-`subscriptions_enabled`: optional boolean paramenter enabling subscriptions in
43
-
the GraphiQL interface, defaults to `False`.
44
42
-`multipart_uploads_enabled`: optional, defaults to `False`, controls whether
45
43
to enable multipart uploads. Please make sure to consider the
46
44
[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:
182
180
to disable it by passing `None`.
183
181
-`allow_queries_via_get`: optional, defaults to `True`, whether to enable
184
182
queries via `GET` requests
185
-
-`subscriptions_enabled`: optional boolean paramenter enabling subscriptions in
0 commit comments