@isograph/react 0.0.0-main-41e5b427 → 0.0.0-main-003fa338

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.
@@ -45,7 +45,7 @@ function useSkipLimitPagination(loadableField) {
45
45
  const data = (0, read_1.readButDoNotEvaluate)(environment, fragmentReference, networkRequestOptions);
46
46
  const readerWithRefetchQueries = (0, PromiseWrapper_1.readPromise)(fragmentReference.readerWithRefetchQueries);
47
47
  const firstParameter = {
48
- data,
48
+ data: data.item,
49
49
  parameters: fragmentReference.variables,
50
50
  };
51
51
  return readerWithRefetchQueries.readerArtifact.resolver(firstParameter, undefined);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isograph/react",
3
- "version": "0.0.0-main-41e5b427",
3
+ "version": "0.0.0-main-003fa338",
4
4
  "description": "Use Isograph with React",
5
5
  "homepage": "https://isograph.dev",
6
6
  "main": "dist/index.js",
@@ -17,9 +17,9 @@
17
17
  "tsc": "tsc"
18
18
  },
19
19
  "dependencies": {
20
- "@isograph/disposable-types": "0.0.0-main-41e5b427",
21
- "@isograph/react-disposable-state": "0.0.0-main-41e5b427",
22
- "@isograph/reference-counted-pointer": "0.0.0-main-41e5b427"
20
+ "@isograph/disposable-types": "0.0.0-main-003fa338",
21
+ "@isograph/react-disposable-state": "0.0.0-main-003fa338",
22
+ "@isograph/reference-counted-pointer": "0.0.0-main-003fa338"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "react": "18.2.0"
@@ -108,7 +108,7 @@ export function useSkipLimitPagination<
108
108
  );
109
109
 
110
110
  const firstParameter = {
111
- data,
111
+ data: data.item,
112
112
  parameters: fragmentReference.variables,
113
113
  };
114
114