@timardex/cluemart-shared 1.4.89 → 1.4.90
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/{chunk-UPXAFV46.mjs → chunk-E734NVHC.mjs} +2 -2
- package/dist/chunk-E734NVHC.mjs.map +1 -0
- package/dist/graphql/index.cjs +1 -1
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +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/chunk-UPXAFV46.mjs.map +0 -1
package/dist/graphql/index.mjs
CHANGED
package/dist/hooks/index.cjs
CHANGED
|
@@ -3522,7 +3522,7 @@ var GET_EVENT_RELATIONS = import_client30.gql`
|
|
|
3522
3522
|
${RELATION_FIELDS_FRAGMENT}
|
|
3523
3523
|
`;
|
|
3524
3524
|
var GET_VENDOR_RELATIONS = import_client30.gql`
|
|
3525
|
-
query getVendorRelations($vendorId: ID) {
|
|
3525
|
+
query getVendorRelations($vendorId: ID!) {
|
|
3526
3526
|
vendorRelations(vendorId: $vendorId) {
|
|
3527
3527
|
...RelationFields
|
|
3528
3528
|
}
|