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