@timardex/cluemart-shared 1.1.83 → 1.1.84
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
|
@@ -2042,7 +2042,7 @@ var GET_EVENTS_BY_REGION = gql3`
|
|
|
2042
2042
|
`;
|
|
2043
2043
|
var SEARCH_EVENTS = gql3`
|
|
2044
2044
|
query searchEvents($search: String!, $region: String) {
|
|
2045
|
-
|
|
2045
|
+
eventsSearch(search: $search, region: $region) {
|
|
2046
2046
|
...EventFields
|
|
2047
2047
|
}
|
|
2048
2048
|
}
|