-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add: transfer filter to transfer resource - Added helper functions to generate dynamic where condition based on filter input. - Added filter to transfer resource - Rename query name transfers and getAllTransfers to transfer and transfers * update: transfer summary query * update: transfers pagination default limit * Fix: integration test * Fix: integration test error * Fix: bug int cannot represent non-integer value -Use scalar type [dateTimeFlex,BigInt] * update: transfer query to add events fields -Added quoteEvents field to transfer resource -Added transferEvents field to transfer resource -Added partyLookupEventsfield to transfer resource -Added settlementEvents to transfer resource * fix: transfer filter bug transfers query was returning less no of transfers documents than it was existing * update: transaction schema and query according to new schema * fix: conversion state filter * fix: transfers object conversion error when no data returned for query * create: resolver for fxTransferEvents and fxQuoteEvents lookup * create: settlement resource prisma model * create: settlement resource query * add: conversionSettlementBatchId and transferSettlementBatchId lookup to transfer * fix: lint errors * Update two packages with high severity: body-parser <1.20.3 & path-to-regexp <0.1.10 They will need to be updated. * Fix: unit test , remove unnecessary import * update: set transferSettlementWindowId nullable -- set transferSettlementBatchId null when transferSettlementWindowId is null -- set conversionSettlementBatchId null when conversionSettlementWindowId is null * update: resolver for events lookup * update: events resolver to use dataloaders * add: helper function for event resolver * remove: unused graphql schema and queries * update: remove unused mongoclient * refactor: dataloaders * chore:add ts-ignore to context.ts and index.ts * fix: lint issues --------- Co-authored-by: Akhilesh Rawat <[email protected]> Co-authored-by: v3-Panwar-Ujjwal <[email protected]> Co-authored-by: nguni52 <[email protected]>
- Loading branch information
1 parent
29ef506
commit 0af349a
Showing
23 changed files
with
399 additions
and
393 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.