upsertAccordContactById
Inserts a single AccordContact; if the record already exists then insteads updates the record.
upsertAccordContactById(
input: upsertAccordContactByIdInput!
): UpsertAccordContactPayload
Arguments
upsertAccordContactById.input ● upsertAccordContactByIdInput! non-null input
The exclusive input argument for this mutation. An object type, make sure to see documentation for this object’s fields.
Type
UpsertAccordContactPayload object
The output of our upsert AccordContact mutation.