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 (
- C entity,
- E props
Implementation
ExtGraphRef.create(C entity, E props) : super.create(entity, props);