@berachain/graphql 0.2.3-beta.4 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1065,12 +1065,6 @@ type GetGlobalDataQuery = {
|
|
|
1065
1065
|
timestamp: string;
|
|
1066
1066
|
totalVolume: string;
|
|
1067
1067
|
}>;
|
|
1068
|
-
honeySupplyHourDatas: Array<{
|
|
1069
|
-
__typename?: 'HoneySupplyHourData';
|
|
1070
|
-
id: string;
|
|
1071
|
-
timestamp: number;
|
|
1072
|
-
amount: string;
|
|
1073
|
-
}>;
|
|
1074
1068
|
};
|
|
1075
1069
|
type GetFirstHoneyTxnDateQueryVariables = Exact<{
|
|
1076
1070
|
[key: string]: never;
|
|
@@ -1065,12 +1065,6 @@ type GetGlobalDataQuery = {
|
|
|
1065
1065
|
timestamp: string;
|
|
1066
1066
|
totalVolume: string;
|
|
1067
1067
|
}>;
|
|
1068
|
-
honeySupplyHourDatas: Array<{
|
|
1069
|
-
__typename?: 'HoneySupplyHourData';
|
|
1070
|
-
id: string;
|
|
1071
|
-
timestamp: number;
|
|
1072
|
-
amount: string;
|
|
1073
|
-
}>;
|
|
1074
1068
|
};
|
|
1075
1069
|
type GetFirstHoneyTxnDateQueryVariables = Exact<{
|
|
1076
1070
|
[key: string]: never;
|
|
@@ -77,11 +77,6 @@ import{gql as p}from"@apollo/client";var o=(n=>(n.Day="day",n.Hour="hour",n))(o|
|
|
|
77
77
|
timestamp
|
|
78
78
|
totalVolume
|
|
79
79
|
}
|
|
80
|
-
honeySupplyHourDatas(first: 1, orderBy: timestamp, orderDirection: desc) {
|
|
81
|
-
id
|
|
82
|
-
timestamp
|
|
83
|
-
amount
|
|
84
|
-
}
|
|
85
80
|
}
|
|
86
81
|
`,A=p`
|
|
87
82
|
query GetFirstHoneyTxnDate {
|