Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions modules/ROOT/pages/security/subscriptions-authorization.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ Filtering can be configured to only be performed on certain events:
* `CREATED`
* `UPDATED`
* `DELETED`
* `RELATIONSHIP_CREATED`
* `RELATIONSHIP_DELETED`

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

Expand Down Expand Up @@ -64,4 +62,4 @@ type Post @node @subscriptionsAuthorization(filter: [
content: String!
public: Boolean!
}
----
----