openfga / api

Protocol Buffers used by OpenFGA
Apache License 2.0
18 stars 10 forks source link

fix: `context` is not a required field of a RelationshipCondition #120

Closed jon-whit closed 9 months ago

jon-whit commented 9 months ago

Description

context is not a required field of a RelationshipCondition. It can be nullable if it is omitted in the TupleKey. We normalize null context to empty context {} automatically.

References

Review Checklist