INPUT_OBJECT

mergeClientsInput

Autogenerated input type of mergeClients

link GraphQL Schema definition

  • 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
  • }