annotation class AggregatedNodeRelationship(val name: String, val description: String, val property: String, val path: Array<AggregationEntry>)
Declares an aggregated relationship for a Node
Parameters
name
the name of the GraphQL field
description
the description of the GraphQL field
property
the property on the current node which represents the first segment of the aggregation
path
all further steps of the aggregation in order, must not be empty