@berachain/graphql 0.2.3-beta.2 → 0.2.3-beta.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.
@@ -69,7 +69,7 @@
69
69
  }
70
70
  `,w=i.gql`
71
71
  query GetGlobalData($timestamp_gte: Timestamp!) {
72
- honeyVolumeAggregations(interval: hour, where: {timestamp_gte: $timestamp_gte}) {
72
+ honeyVolumeAggregations(interval: hour, first: 24) {
73
73
  allTimeVolume
74
74
  id
75
75
  mintVolume
@@ -69,7 +69,7 @@ import{gql as p}from"@apollo/client";var o=(n=>(n.Day="day",n.Hour="hour",n))(o|
69
69
  }
70
70
  `,d=p`
71
71
  query GetGlobalData($timestamp_gte: Timestamp!) {
72
- honeyVolumeAggregations(interval: hour, where: {timestamp_gte: $timestamp_gte}) {
72
+ honeyVolumeAggregations(interval: hour, first: 24) {
73
73
  allTimeVolume
74
74
  id
75
75
  mintVolume
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@berachain/graphql",
3
- "version": "0.2.3-beta.2",
3
+ "version": "0.2.3-beta.3",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"