© 2026 Hedgehog Software, LLC
create
upsert? true
upsert_identity :id
id
mutations do create :upsert_patient, :upsert_patient, upsert?: true, upsert_identity: :id end
create :upsert_patient do upsert? true upsert_identity :id end