can someone show me how to use ListRelationTuples ...
# talk-keto
a
can someone show me how to use ListRelationTuples in new golang sdk since ListRelationTuplesRequest_Query is deprecated
n
Hi, the better way is to use the
RelationQuery
field. You can see an example in our E2E tests: https://github.com/ory/keto/blob/6c0e1ba87f4d3a355cebd0ea77f28319be2dd606/internal/e2e/grpc_client_test.go#L99.