Hello,
# spicedb
c
Hello, I m doing my first schema https://play.authzed.com/s/1AkN8lO0QhpT/relationships I m stuck for continue, i have some issue for assertions and excepted relation
v
what's the issue you have with assertions? What does "excepted relation" mean?
i manage to do something witch work, but i dont know if i m close from best practice or not https://play.authzed.com/s/g7jzUEuHTFj-/relationships
v
In the first like
read_person
is a permission, not a relationship. You can't write to a permission. You write relationships to the things that are named
relation
in your schema. Those relationships denote edges in a graph, like AB.
c
ho thank