Skip to main content

upsertAccountById

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

upsertAccountById(
input: upsertAccountByIdInput!
): UpsertAccountPayload

Arguments

upsertAccountById.input ● upsertAccountByIdInput! 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.