View Source Permify.Relationship (Permify v0.1.0)
Provides some functions to manipulate the relationships.
Link to this section Summary
Link to this section Types
Link to this section Functions
@spec delete(Permify.Client.t(), delete_req()) :: {:ok, delete_resp()} | Permify.Client.error()
Delete relation tuple
@spec read(Permify.Client.t(), read_req()) :: {:ok, read_resp()} | Permify.Client.error()
Read relation tuple(s)
@spec write(Permify.Client.t(), write_req()) :: {:ok, write_resp()} | Permify.Client.error()
Create new relation tuple