INPUT_OBJECT
HashPasswordInput
link GraphQL Schema definition
- input HashPasswordInput {
- #   DEPRECATED - Replaced by operationId. NBI responses will not return this value 
- #   anymore.
- : String
- #   The password to be hashed
- : String!
- #   Unique identifier optionally passed into input object of any query/mutation 
- #   call, returned in the corresponding response output.
- : String
- #   Password hash type, where 0 is SHA1 non-reversible, 1 is PKCS5 reversible
- : Int!
- }