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

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

Implementation

GraphRef.update(String id, U update, [String? recordType])
    : super.update(id, update, recordType);