I'm having a question about the node client: the R...
# spicedb
w
I'm having a question about the node client: the RelationshipFilter specifies that only
resourceType
is required. However,
optionalResourceId
and
optionalRelation
are typed as required despite their names. Is it a typing-only issue and I should cast
optionalRelation: undefined as any
, or will I encounter a runtime problem in the client?