lixuan
05/17/2023, 6:55 AMvroldanbet
05/17/2023, 8:36 AMReadRelationships
is a gRPC Streaming API, you have to read from the stream to get the results, so you won't get a list
- You can write transactionally multiple relationships. WriteRelationships
allows you to do that, please have a look at the API specification in https://buf.build/authzed/api/docs/main:authzed.api.v1#authzed.api.v1.PermissionsService.WriteRelationships. That error suggests that, within the same WriteRelationships
payload, you've specified the same relationship at least twicelixuan
05/17/2023, 8:53 AMJoey
05/17/2023, 9:13 AM