INPUT_OBJECT
input UnlockInput {# Public key specifying which account to unlockpublicKey: PublicKey!# Password for the account to be unlockedpassword: String!}