INPUT_OBJECT

PasswordByUserId

Description

Map of user IDs to password.

link GraphQL Schema definition

  • input PasswordByUserId {
  • # User ID of the user being restored.
  • userId: UUID!
  • # Password required to restore the user.
  • password: String!
  • }