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