@timardex/cluemart-shared 1.4.12 → 1.4.13

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.
@@ -315,11 +315,6 @@ var USER_FIELDS_FRAGMENT = import_client2.gql`
315
315
  ...LicenceFields
316
316
  }
317
317
  refreshToken
318
- resources {
319
- events
320
- partner
321
- vendor
322
- }
323
318
  termsAgreement {
324
319
  ...TermsAgreementFields
325
320
  }
@@ -338,6 +333,11 @@ var USER_FIELDS_FRAGMENT = import_client2.gql`
338
333
  preferredRegion
339
334
  role
340
335
  }
336
+ userResources {
337
+ events
338
+ partner
339
+ vendor
340
+ }
341
341
  }
342
342
  ${RESOURCE_IMAGE_FIELDS_FRAGMENT}
343
343
  ${ASSOCIATES_FIELDS_FRAGMENT}