open override fun registerQueryResult(fieldDefinition: FieldDefinition, queryResult: NodeQueryResult<T>)

Called to register a database query result Adds the result to the cache Can be overridden to add custom behavior (super should be called in this case)

Parameters

queryResult

the result of the query