Skip to content

Commit df7aaa2

Browse files
committed
Remove relationship options for subscription auth
1 parent e5a0c01 commit df7aaa2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ Filtering can be configured to only be performed on certain events:
3434
* `CREATED`
3535
* `UPDATED`
3636
* `DELETED`
37-
* `RELATIONSHIP_CREATED`
38-
* `RELATIONSHIP_DELETED`
3937

4038
For instance, to only require filtering for mutations to a type itself and not its relationships:
4139

@@ -64,4 +62,4 @@ type Post @node @subscriptionsAuthorization(filter: [
6462
content: String!
6563
public: Boolean!
6664
}
67-
----
65+
----

0 commit comments

Comments
 (0)