GraphRef<E extends Entity, C extends GraphInput, U extends GraphInput>.connection constructor

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

Implementation

GraphRef.connection(E entity, [String? recordType])
    : super.connection(entity, recordType);