The Java library does support TOUCH via the Relati...
# spicedb
f
The Java library does support TOUCH via the RelationshipBuilder -- the same place you'd specify CREATE as the operation:
Copy code
java
RelationshipUpdate.newBuilder().setOperation(RelationshipUpdate.Operation.OPERATION_TOUCH).setRelationship(...)