@timardex/cluemart-shared 1.0.67 → 1.0.68
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 +2 -5
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +2 -5
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/index.cjs +2 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1388,11 +1388,8 @@ import { useMutation } from "@apollo/client";
|
|
|
1388
1388
|
// src/graphql/mutations/admin.ts
|
|
1389
1389
|
import { gql } from "@apollo/client";
|
|
1390
1390
|
var ADMIN_UPDATE_RESOURCE_TYPE_MUTATION = gql`
|
|
1391
|
-
mutation adminUpdateResourceType(
|
|
1392
|
-
|
|
1393
|
-
$input: AdminUpdateResourceType!
|
|
1394
|
-
) {
|
|
1395
|
-
adminUpdateResourceType(_id: $_id, input: $input) {
|
|
1391
|
+
mutation adminUpdateResourceType($input: AdminUpdateResourceInputType!) {
|
|
1392
|
+
adminUpdateResourceType(input: $input) {
|
|
1396
1393
|
active
|
|
1397
1394
|
resourceId
|
|
1398
1395
|
resourceType
|