Skip to content

Commit 011e256

Browse files
changing lastPriceToken from token to string (#477)
1 parent d864a5a commit 011e256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema.graphql

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ type Order @entity {
276276
tx: String!
277277
block: Int!
278278

279-
lastPriceToken: Token!
279+
lastPriceToken: String!
280280
lastPriceValue: BigDecimal!
281281
estimatedUSDValue: BigDecimal!
282282
}

0 commit comments

Comments
 (0)