@timardex/cluemart-shared 1.5.523 → 1.5.525

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.
@@ -3854,6 +3854,7 @@ var SCHOOL = import_client67.gql`
3854
3854
  ...OwnerFields
3855
3855
  }
3856
3856
  overallPoints
3857
+ ranking
3857
3858
  region
3858
3859
  studentCount
3859
3860
  schoolCode
@@ -3991,10 +3992,7 @@ var useGetSchool = (_id) => {
3991
3992
  error,
3992
3993
  loading,
3993
3994
  refetch,
3994
- school: {
3995
- mySchool: data?.school || null,
3996
- users: data?.users || []
3997
- }
3995
+ school: data?.school || null
3998
3996
  };
3999
3997
  };
4000
3998
  // Annotate the CommonJS export names for ESM import in node: