From 011e256f5ab481bf8581bb26950bc227606da520 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Thu, 30 Jun 2022 12:54:05 +0300 Subject: [PATCH] changing lastPriceToken from token to string (#477) --- schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! }