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

ExtGraphRef<R extends Entity, E extends JoinRecordData, C extends GraphInput, U extends GraphInput>.create(
  1. C entity,
  2. E props
)

Implementation

ExtGraphRef.create(C entity, E props) : super.create(entity, props);