OBJECT
type UnlockPayload {# Public key of the unlocked accountpublicKey: PublicKey! @deprecated( reason: "use account field instead" )# Details of unlocked accountaccount: Account! }