GraphQL GraphQL OBJECT

DeleteUserAccountPayload

Payload for deleted user account.

link Definition

  • type DeleteUserAccountPayload {
  • # ID of the deleted user account.
  • deletedUserAccountId: Int
  • }

link Required by