@timardex/cluemart-shared 1.5.514 → 1.5.516

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.
@@ -3838,8 +3838,13 @@ var SCHOOL = import_client67.gql`
3838
3838
  owner {
3839
3839
  ...OwnerFields
3840
3840
  }
3841
+ overallPoints
3841
3842
  region
3842
3843
  studentCount
3844
+ schoolCode
3845
+ socialMedia {
3846
+ ...SocialMediaFields
3847
+ }
3843
3848
  termsAgreement {
3844
3849
  ...TermsAgreementFields
3845
3850
  }
@@ -3850,6 +3855,7 @@ var SCHOOL = import_client67.gql`
3850
3855
  ${RESOURCE_IMAGE_FIELDS_FRAGMENT}
3851
3856
  ${CONTACT_DETAILS_FIELDS_FRAGMENT}
3852
3857
  ${TERMS_AGREEMENT_FIELDS_FRAGMENT}
3858
+ ${SOCIAL_MEDIA_FIELDS_FRAGMENT}
3853
3859
  `;
3854
3860
  var GET_SCHOOL = import_client67.gql`
3855
3861
  query getSchool($_id: ID!) {