@timardex/cluemart-server-shared 1.0.48 → 1.0.49

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.
@@ -9787,8 +9787,8 @@ var GET_POSTS = gql`
9787
9787
  ${POST_FIELDS_FRAGMENT}
9788
9788
  `;
9789
9789
  var GET_POST = gql`
9790
- query getPost($postId: ID!) {
9791
- post(postId: $postId) {
9790
+ query getPost($_id: ID!) {
9791
+ post(_id: $_id) {
9792
9792
  ...PostFields
9793
9793
  }
9794
9794
  }
@@ -11683,4 +11683,4 @@ react/cjs/react.development.js:
11683
11683
  * LICENSE file in the root directory of this source tree.
11684
11684
  *)
11685
11685
  */
11686
- //# sourceMappingURL=chunk-SP3G2QHM.mjs.map
11686
+ //# sourceMappingURL=chunk-YPLQYVTC.mjs.map