Skip to content

mergeClientsInput

Autogenerated input type of mergeClients

Fields

deprecated DO NOT USE
ids · [ID] · the two user IDs to merge
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 {
"""
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
}