@trustgraph/react-state 1.3.1 → 1.4.0
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/README.md +1 -1
- package/dist/index.cjs +15 -15
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +15 -15
- package/dist/index.esm.js.map +1 -1
- package/dist/state/{objects-query.d.ts → rows-query.d.ts} +4 -4
- package/dist/state/rows-query.d.ts.map +1 -0
- package/package.json +1 -1
- package/dist/state/objects-query.d.ts.map +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Custom hook for managing GraphQL
|
|
3
|
-
* Provides functionality for executing GraphQL queries against structured data
|
|
2
|
+
* Custom hook for managing GraphQL rows queries
|
|
3
|
+
* Provides functionality for executing GraphQL queries against structured row data
|
|
4
4
|
*/
|
|
5
|
-
export declare const
|
|
5
|
+
export declare const useRowsQuery: () => {
|
|
6
6
|
executeQuery: import("@tanstack/react-query").UseMutateFunction<Record<string, unknown>, unknown, {
|
|
7
7
|
query: string;
|
|
8
8
|
collection?: string;
|
|
@@ -21,4 +21,4 @@ export declare const useObjectsQuery: () => {
|
|
|
21
21
|
reset: () => void;
|
|
22
22
|
isReady: boolean;
|
|
23
23
|
};
|
|
24
|
-
//# sourceMappingURL=
|
|
24
|
+
//# sourceMappingURL=rows-query.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rows-query.d.ts","sourceRoot":"","sources":["../../src/state/rows-query.ts"],"names":[],"mappings":"AAcA;;;GAGG;AACH,eAAO,MAAM,YAAY;;eAwBZ,MAAM;qBACA,MAAM;oBACP,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;wBACnB,MAAM;;;eAHf,MAAM;qBACA,MAAM;oBACP,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;wBACnB,MAAM;;;;;;;CA6C3B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"objects-query.d.ts","sourceRoot":"","sources":["../../src/state/objects-query.ts"],"names":[],"mappings":"AAcA;;;GAGG;AACH,eAAO,MAAM,eAAe;;eAwBf,MAAM;qBACA,MAAM;oBACP,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;wBACnB,MAAM;;;eAHf,MAAM;qBACA,MAAM;oBACP,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;wBACnB,MAAM;;;;;;;CA6C3B,CAAC"}
|