We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a0c01 commit df7aaa2Copy full SHA for df7aaa2
modules/ROOT/pages/security/subscriptions-authorization.adoc
@@ -34,8 +34,6 @@ Filtering can be configured to only be performed on certain events:
34
* `CREATED`
35
* `UPDATED`
36
* `DELETED`
37
-* `RELATIONSHIP_CREATED`
38
-* `RELATIONSHIP_DELETED`
39
40
For instance, to only require filtering for mutations to a type itself and not its relationships:
41
@@ -64,4 +62,4 @@ type Post @node @subscriptionsAuthorization(filter: [
64
62
content: String!
65
63
public: Boolean!
66
}
67
-----
+----
0 commit comments