mergeClientsInput
Autogenerated input type of mergeClients
Fields
target_email
· String · Optional: the email to update the remaining user to target_user_id
· ID · the user that will remain Used By
Definition
"""Autogenerated input type of mergeClients"""input mergeClientsInput { """ the two user IDs to merge """ ids: [ID]
""" Optional: the email to update the remaining user to """ target_email: String
""" the user that will remain """ target_user_id: ID}