Type Alias BeginLogInByTransactionMutationVariables

BeginLogInByTransactionMutationVariables: Exact<{
    dappAddress: Scalars["String"]["input"];
    walletAddress: Scalars["String"]["input"];
    walletBlockchain: WalletBlockchain;
}>