canonical / ofga

A wrapper library over the default OpenFGA client, packed with convenience methods for interacting with OpenFGA instances.
GNU Lesser General Public License v3.0
7 stars 3 forks source link

Add method to add and remove relations atomically #19

Closed aaronalphonso closed 10 months ago

aaronalphonso commented 10 months ago

Description

The library is currently missing a method that allows to atomically add and remove relations in a single transactional write. This PR adds a new method to provide exactly this functionality.

Closes CSS-5412