OBJECT

DeleteUserProfileDetail

link GraphQL Schema definition

  • type DeleteUserProfileDetail {
  • # Affinity Id
  • affinityId: String
  • # Persons email address
  • email: String
  • # Person Id
  • id: String
  • # Source or Reason for Deleting User Profile
  • reason: String
  • }