changing lastPriceToken from token to string (#477)

This commit is contained in:
Jamie Hewitt 2022-06-30 12:54:05 +03:00 committed by GitHub
parent d864a5ade7
commit 011e256f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ type Order @entity {
tx: String!
block: Int!
lastPriceToken: Token!
lastPriceToken: String!
lastPriceValue: BigDecimal!
estimatedUSDValue: BigDecimal!
}