mysterious-rose-44236
10/23/2021, 8:12 AMwres, err := write.TransactRelationTuples(context.Background(),&ketoV1.TransactRelationTuplesRequest{
RelationTupleDeltas: deltas,
})
If I specify a non-existent namespace in the deltas, err
is nill and I can't really get anything useful out of wres
steep-lamp-91158
mysterious-rose-44236
10/25/2021, 9:46 AMsteep-lamp-91158