diff --git a/schema.graphql b/schema.graphql index cdb8bf2..90f6202 100644 --- a/schema.graphql +++ b/schema.graphql @@ -276,7 +276,7 @@ type Order @entity { tx: String! block: Int! - lastPriceToken: Token! + lastPriceToken: String! lastPriceValue: BigDecimal! estimatedUSDValue: BigDecimal! }