upsertAccountProfile
Upsert an account by email and, for a newly created profile, seed its first name, last name, and job title. Bypasses RLS via private upsert functions; restricted to the solution-provider role. Profile fields are only applied when the profile does not already exist.
upsertAccountProfile(
input: UpsertAccountProfileInput!
): UpsertAccountProfilePayload
Arguments
upsertAccountProfile.input ● UpsertAccountProfileInput! non-null input
Account email and optional profile fields to seed on creation.