Skip to content

Commit

Permalink
Add support for tokenId and amount fields
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Sep 21, 2021
1 parent 27fe685 commit e4d4185
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions root/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ type FxDeposit @entity {
tokenType: String!
depositor: Bytes!
userAddress: Bytes!
amount: BigInt!
tokenId: BigInt!
amount: BigInt
tokenId: BigInt
timestamp: BigInt!
transactionHash: Bytes!
}
Expand All @@ -116,8 +116,8 @@ type FxWithdraw @entity {
childToken: Bytes!
tokenType: String!
userAddress: Bytes!
amount: BigInt!
tokenId: BigInt!
amount: BigInt
tokenId: BigInt
timestamp: BigInt!
transactionHash: Bytes!
}
Expand Down

0 comments on commit e4d4185

Please sign in to comment.