@timardex/cluemart-shared 1.5.45 → 1.5.46

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.
@@ -3281,18 +3281,16 @@ var GET_GAME = gql29`
3281
3281
  var GET_LEADERBOARD = gql29`
3282
3282
  query getLeaderboard() {
3283
3283
  leaderboard() {
3284
- gameDate {
3285
- ...GameDateFields
3284
+ gameHistory {
3285
+ ...GameHistoryFields
3286
3286
  }
3287
- gameType
3288
- pointsEarned
3289
3287
  owner {
3290
3288
  ...OwnerFields
3291
3289
  }
3292
3290
  }
3293
3291
  }
3294
- ${GAME_DATE_FIELDS_FRAGMENT}
3295
3292
  ${OWNER_FIELDS_FRAGMENT}
3293
+ ${GAME_HISTORY_FIELDS_FRAGMENT}
3296
3294
  `;
3297
3295
 
3298
3296
  // src/graphql/queries/post.ts
@@ -3764,4 +3762,4 @@ export {
3764
3762
  useGetGame,
3765
3763
  useGetGameLeaderboard
3766
3764
  };
3767
- //# sourceMappingURL=chunk-7ZT2TANM.mjs.map
3765
+ //# sourceMappingURL=chunk-5LQJSAW4.mjs.map