You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a logInvalidResults toggle to `Entity.findOnePublic/findManyPublic`, plus pass-through support in the React provider and hooks, so apps can selectively silence or surface schema-validation warnings while still receiving the invalid payload lists.
Copy file name to clipboardExpand all lines: docs/docs/query-private-data.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Please learn more about filtering in the [Filtering query results](#filtering-qu
50
50
useEntities for private data returns:
51
51
52
52
- data - a list of entities defined in your schema
53
-
- invalidEntities - a list of entities that are in your space storage with correct type, but can't be parsed to your schema
53
+
- invalidEntities - each entry contains the invalid raw payload (`raw`) alongside the decode `error`
54
54
- deleted - a list of entities that are marked as deleted, we keep them around to be able to later be able to publish the deleted information to the public knowledge graph
0 commit comments