We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4286d7d + 7fa9d64 commit b7d9cc6Copy full SHA for b7d9cc6
1 file changed
authzed/api/v1/watch_service.proto
@@ -46,6 +46,8 @@ message WatchRequest {
46
47
// optional_relationship_filters, if specified, indicates the
48
// filter(s) to apply to each relationship to be returned by watch.
49
+ // The relationship will be returned as long as at least one filter matches,
50
+ // this allows clients to match relationships on multiple filters on a single watch call.
51
// If specified, optional_object_types cannot be used.
52
repeated RelationshipFilter optional_relationship_filters = 3;
53
}
0 commit comments