@berachain/graphql 0.2.3-beta.3 → 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.
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
`,w=i.gql`
|
|
71
|
-
query GetGlobalData
|
|
71
|
+
query GetGlobalData {
|
|
72
72
|
honeyVolumeAggregations(interval: hour, first: 24) {
|
|
73
73
|
allTimeVolume
|
|
74
74
|
id
|
|
@@ -77,11 +77,6 @@
|
|
|
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
|
`,Q=i.gql`
|
|
87
82
|
query GetFirstHoneyTxnDate {
|
|
@@ -1052,7 +1052,7 @@ type GetVolumeHourQuery = {
|
|
|
1052
1052
|
}>;
|
|
1053
1053
|
};
|
|
1054
1054
|
type GetGlobalDataQueryVariables = Exact<{
|
|
1055
|
-
|
|
1055
|
+
[key: string]: never;
|
|
1056
1056
|
}>;
|
|
1057
1057
|
type GetGlobalDataQuery = {
|
|
1058
1058
|
__typename?: 'Query';
|
|
@@ -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;
|
|
@@ -1052,7 +1052,7 @@ type GetVolumeHourQuery = {
|
|
|
1052
1052
|
}>;
|
|
1053
1053
|
};
|
|
1054
1054
|
type GetGlobalDataQueryVariables = Exact<{
|
|
1055
|
-
|
|
1055
|
+
[key: string]: never;
|
|
1056
1056
|
}>;
|
|
1057
1057
|
type GetGlobalDataQuery = {
|
|
1058
1058
|
__typename?: 'Query';
|
|
@@ -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;
|
|
@@ -68,7 +68,7 @@ import{gql as p}from"@apollo/client";var o=(n=>(n.Day="day",n.Hour="hour",n))(o|
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
`,d=p`
|
|
71
|
-
query GetGlobalData
|
|
71
|
+
query GetGlobalData {
|
|
72
72
|
honeyVolumeAggregations(interval: hour, first: 24) {
|
|
73
73
|
allTimeVolume
|
|
74
74
|
id
|
|
@@ -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 {
|