add deposit history page

This commit is contained in:
João Geonizeli
2021-09-05 22:22:47 -03:00
parent d3d7f6b8da
commit 3bedd32502
9 changed files with 248 additions and 4 deletions

View File

@@ -177,7 +177,7 @@ type DepositOrder implements Node {
id: ID!
paidAmountCents: Int!
receivedAmountCents: Int!
status: String!
status: ProcessStatus!
updatedAt: ISO8601DateTime!
}