## Expected Behavior ```java @Repository public interface TodoRepository extends GremlinRepository<ToDo, String> { @Query("g.V().has(label, 'TODO').has(id, :id)") String findTitleById(@Param("id") Long id); } ``` ## Current Behavior * Not support @Query ## Possible Solution * I might create a PR soon ## Steps to Reproduce (for bugs) * Not a bug, this is a suggestion ## Your Environment * Version used: * Operating System and version (desktop or mobile): * SDK version:
Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce (for bugs)
Your Environment