graphlit-client 1.0.20250622002 → 1.0.20250622004
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/client.js
CHANGED
@@ -678,7 +678,7 @@ class Graphlit {
|
|
678
678
|
return this.queryAndCheckError(Documents.QueryContents, { filter: filter });
|
679
679
|
}
|
680
680
|
async queryContentsObservations(filter) {
|
681
|
-
return this.queryAndCheckError(Documents.
|
681
|
+
return this.queryAndCheckError(Documents.QueryContentsObservations, { filter: filter });
|
682
682
|
}
|
683
683
|
async queryContentsFacets(filter) {
|
684
684
|
return this.queryAndCheckError(Documents.QueryContentsFacets, { filter: filter });
|
@@ -16780,6 +16780,7 @@ export type QueryContentsObservationsQuery = {
|
|
16780
16780
|
questions?: Array<string> | null;
|
16781
16781
|
quotes?: Array<string> | null;
|
16782
16782
|
error?: string | null;
|
16783
|
+
markdown?: string | null;
|
16783
16784
|
owner: {
|
16784
16785
|
__typename?: 'Owner';
|
16785
16786
|
id: string;
|