abstract fun transformResult(result: Value): Any

Transforms the result fetched from the database to the result returned via the GraphQL API By default, this is the identity function

Return

the transformed result

Parameters

result

the result of the Cypher query