Skip to main content

upsertAccountByEmail

Inserts a single Account; if the record already exists then insteads updates the record.

upsertAccountByEmail(
input: upsertAccountByEmailInput!
): UpsertAccountPayload

Arguments

upsertAccountByEmail.input ● upsertAccountByEmailInput! non-null input

The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.

Type

UpsertAccountPayload object

The output of our upsert Account mutation.