Skip to content

Commit 76268a9

Browse files
committed
Update type configuration for subscriptions
1 parent a5166df commit 76268a9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/ROOT/pages/directives/schema-configuration/type-configuration.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,9 @@ enum SubscriptionFields {
118118
CREATED
119119
UPDATED
120120
DELETED
121-
RELATIONSHIP_CREATED
122-
RELATIONSHIP_DELETED
123121
}
124122
125-
directive @subscription(events: [SubscriptionFields!]! = [CREATED, UPDATED, DELETED, RELATIONSHIP_CREATED, RELATIONSHIP_DELETED]) on OBJECT | SCHEMA
123+
directive @subscription(events: [SubscriptionFields!]! = [CREATED, UPDATED, DELETE]) on OBJECT | SCHEMA
126124
----
127125

128126
=== Usage

0 commit comments

Comments
 (0)