@binquant/the-graph
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.1](https://github.com/binquant/packages/compare/@binquant/the-graph@0.1.0...@binquant/the-graph@0.1.1) (2021-10-20) | ||
**Note:** Version bump only for package @binquant/the-graph | ||
# [0.1.0](https://github.com/binquant/packages/compare/@binquant/the-graph@0.0.5...@binquant/the-graph@0.1.0) (2021-10-20) | ||
@@ -8,0 +16,0 @@ |
@@ -1,1 +0,1 @@ | ||
export declare const positions = "\n query positionSnapshots($skip: Int, $first: Int, $where: Swap_filter) {\n positionSnapshots(\n skip: $skip\n first: $first\n orderBy: timestamp\n orderDirection: asc\n where: $where\n ) {\n id\n timestamp\n liquidity\n depositedToken0\n depositedToken1\n withdrawnToken0\n withdrawnToken1\n position {\n id\n token0 {\n symbol\n id\n }\n token1 {\n symbol\n id\n }\n tickLower {\n id\n price0\n }\n tickUpper {\n id\n price0\n }\n }\n }\n }\n"; | ||
export declare const positions = "\n query positionSnapshots($skip: Int, $first: Int, $where: Swap_filter) {\n positionSnapshots(\n skip: $skip\n first: $first\n orderBy: timestamp\n orderDirection: asc\n where: $where\n ) {\n id\n timestamp\n owner\n liquidity\n depositedToken0\n depositedToken1\n withdrawnToken0\n withdrawnToken1\n position {\n id\n token0 {\n symbol\n id\n }\n token1 {\n symbol\n id\n }\n tickLower {\n id\n price0\n }\n tickUpper {\n id\n price0\n }\n }\n }\n }\n"; |
@@ -15,2 +15,3 @@ "use strict"; | ||
timestamp | ||
owner | ||
liquidity | ||
@@ -17,0 +18,0 @@ depositedToken0 |
@@ -8,2 +8,3 @@ import { Token } from './token'; | ||
timestamp: number; | ||
owner: string; | ||
liquidity: number; | ||
@@ -10,0 +11,0 @@ depositedToken0: number; |
{ | ||
"name": "@binquant/the-graph", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "The Graph Client", | ||
@@ -76,3 +76,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "61686c59d4a3c123efa45d7359018aef678bfb7a" | ||
"gitHead": "539fcd0a497137d3b4d28772f8f2e4ad3e5f7502" | ||
} |
57971
1771