ExtGraphRef<R extends Entity, E extends JoinRecordData, C extends GraphInput, U extends GraphInput>.connection constructor

ExtGraphRef<R extends Entity, E extends JoinRecordData, C extends GraphInput, U extends GraphInput>.connection(
  1. JoinRecord<R, Entity, E> entity, [
  2. String? recordType
])

Implementation

ExtGraphRef.connection(JoinRecord<R, Entity, E> entity, [String? recordType])
    : super.connection(entity, recordType);