Const ADD_KEYS_WITH_WALLETS_MUTATION
ADD_KEYS_WITH_WALLETS_MUTATION: any = gql`mutation addKeysWithWallets($encryptedSecretKey: String!$encryptedSecretKeyNonce: String!$encryptedSecretKeyTag: String!$signaturePublicKey: Base16!$wallets: [WalletInput!]!) {addKeysWithWallets(encryptedSecretKey: $encryptedSecretKeyencryptedSecretKeyNonce: $encryptedSecretKeyNonceencryptedSecretKeyTag: $encryptedSecretKeyTagsignaturePublicKey: $signaturePublicKeywallets: $wallets) {creatingAccountemailencryptedSecretKeyencryptedSecretKeyTagencryptedSecretKeyNonceidloginErrorCounttwoFactortwoFactorErrorCountverifiedwallets {addressblockchainchainIndexpublicKey}}}`