@berachain/graphql 0.2.3-beta.3 → 0.2.3-beta.4

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($timestamp_gte: Timestamp!) {
71
+ query GetGlobalData {
72
72
  honeyVolumeAggregations(interval: hour, first: 24) {
73
73
  allTimeVolume
74
74
  id
@@ -1052,7 +1052,7 @@ type GetVolumeHourQuery = {
1052
1052
  }>;
1053
1053
  };
1054
1054
  type GetGlobalDataQueryVariables = Exact<{
1055
- timestamp_gte: Scalars['Timestamp']['input'];
1055
+ [key: string]: never;
1056
1056
  }>;
1057
1057
  type GetGlobalDataQuery = {
1058
1058
  __typename?: 'Query';
@@ -1052,7 +1052,7 @@ type GetVolumeHourQuery = {
1052
1052
  }>;
1053
1053
  };
1054
1054
  type GetGlobalDataQueryVariables = Exact<{
1055
- timestamp_gte: Scalars['Timestamp']['input'];
1055
+ [key: string]: never;
1056
1056
  }>;
1057
1057
  type GetGlobalDataQuery = {
1058
1058
  __typename?: 'Query';
@@ -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($timestamp_gte: Timestamp!) {
71
+ query GetGlobalData {
72
72
  honeyVolumeAggregations(interval: hour, first: 24) {
73
73
  allTimeVolume
74
74
  id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@berachain/graphql",
3
- "version": "0.2.3-beta.3",
3
+ "version": "0.2.3-beta.4",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"