@timardex/cluemart-shared 1.5.514 → 1.5.515

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