Merge pull request #727 from chaotixkilla/feat-btc-transaction-batching

BTC transaction batching
This commit is contained in:
Rafael Taranto 2021-11-24 22:56:09 +00:00 committed by GitHub
commit cc8c48ff4c
19 changed files with 331 additions and 28 deletions

View file

@ -45,6 +45,8 @@ const typeDef = gql`
discount: Int
txCustomerPhotoPath: String
txCustomerPhotoAt: Date
batched: Boolean
batchTime: Date
}
type Filter {