GraphRef<E extends Entity, C extends GraphInput, U extends GraphInput>.connection constructor
GraphRef<E extends Entity, C extends GraphInput, U extends GraphInput>.connection (
- E entity, [
- String? recordType
Implementation
GraphRef.connection(E entity, [String? recordType])
: super.connection(entity, recordType);