Replies: 2 comments 3 replies
-
@xXAvoraXx are you specifically asking for the ability to filter tuples in a more granular way (e.g. list all tuples with We're aware that the Read API has some non-idealisms in it's current design and we have discussed an improved Read API that will provide more granular filtering capabilities. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@xXAvoraXx this idea is now captured in our openfga/roadmap#34 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Deleting a tuple can sometimes get very complicated. For example, if I want to delete all relationship tuples with "id123" of type "anytype:id123", I need to request all types that have a relationship with "anytype" with list endpoint and sometimes we may miss some tuples. In short, I think a garbage collection feature is needed, for example delete all tuples related to "anytype:id123".
Beta Was this translation helpful? Give feedback.
All reactions