mergeClientsInput
Autogenerated input type of mergeClients
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEtarget_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 { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" 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}