@timardex/cluemart-shared 1.3.92 → 1.3.93

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.
@@ -550,10 +550,10 @@ var GET_EVENT = import_client3.gql`
550
550
  var GET_EVENT_BY_PLACE_ID = import_client3.gql`
551
551
  query getEventByPlaceId($googlePlaceId: String!) {
552
552
  eventByPlaceId(googlePlaceId: $googlePlaceId) {
553
- ...EventFields
553
+ ...EventListItemFields
554
554
  }
555
555
  }
556
- ${EVENT}
556
+ ${EVENT_LIST_ITEM}
557
557
  `;
558
558
  var GET_EVENTS_BY_REGION = import_client3.gql`
559
559
  query getEventsByRegion($region: String!, $onlyClaimed: Boolean) {