Skip to content

Commit 1804fc8

Browse files
committed
Add clarification on reduced filtering of subscriptions
1 parent 7cef03e commit 1804fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/security/subscriptions-authorization.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
= Subscriptions authorization
44

55
Subscriptions require their own authorization rules, which are configured with the `@subscriptionsAuthorization` directive.
6-
These rules are different to authorization rules for queries and mutations because they use filtering rules available for subscriptions events.
6+
These rules are different to authorization rules for queries and mutations because they use filtering rules available for subscriptions events. These filtering rules can only be used to filter against the properties of the nodes impacted by the events - they cannot be used to arbitarily filter across related nodes as in the schema generated by the Neo4j GraphQL Library normally.
77

88
All subscriptions authorization rules have an implied requirement for authentication, given that the rules are normally evaluated against values in the JWT payload.
99

0 commit comments

Comments
 (0)