open override fun createGraphQLResult(result: Any?, lazyLoadingContext: LazyLoadingContext): Any

Creates the field result for a graphql query

Return

the field result

Parameters

result

the result of the database query, might be cached or newly queried

lazyLoadingContext

context providing access to the query parser and query engine