Merge pull request #727 from chaotixkilla/feat-btc-transaction-batching
BTC transaction batching
This commit is contained in:
commit
cc8c48ff4c
19 changed files with 331 additions and 28 deletions
|
|
@ -45,6 +45,8 @@ const typeDef = gql`
|
|||
discount: Int
|
||||
txCustomerPhotoPath: String
|
||||
txCustomerPhotoAt: Date
|
||||
batched: Boolean
|
||||
batchTime: Date
|
||||
}
|
||||
|
||||
type Filter {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue