Sorry <@444996680530657281> just to be sure I unde...
# spicedb
t
Sorry @Joey just to be sure I understood, if I remove the relationship
Copy code
resource:F1#parent@resource_group:G1
After parsing correctly the schema and seeing the arrow function, I would have called LS with:
Copy code
LookupSubjectsRequest {
  ObjectReference: {
    ObjectType: resource_group,
    ObjectId: G1,
  },
  permission: read
}
Is that right ?