@timardex/cluemart-shared 1.2.58 → 1.2.59
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.
- package/dist/graphql/index.cjs +1 -1
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3066,7 +3066,7 @@ var GET_PARTNERS_BY_REGION = gql11`
|
|
|
3066
3066
|
`;
|
|
3067
3067
|
var SEARCH_PARTNERS = gql11`
|
|
3068
3068
|
query searchPartners($search: String!, $region: String) {
|
|
3069
|
-
|
|
3069
|
+
partnersSearch(search: $search, region: $region) {
|
|
3070
3070
|
...PartnerFields
|
|
3071
3071
|
}
|
|
3072
3072
|
}
|