@grafeo-db/wasm-lite 0.5.16 → 0.5.18
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/grafeo_wasm.d.ts +1 -1
- package/grafeo_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/grafeo_wasm.d.ts
CHANGED
|
@@ -46,7 +46,7 @@ export class Database {
|
|
|
46
46
|
/**
|
|
47
47
|
* Executes a query using a specific query language.
|
|
48
48
|
*
|
|
49
|
-
* Supported languages: `"gql"`, `"cypher"`, `"sparql"`, `"gremlin"`, `"graphql"`, `"sql"`.
|
|
49
|
+
* Supported languages: `"gql"`, `"cypher"`, `"sparql"`, `"gremlin"`, `"graphql"`, `"graphql-rdf"`, `"sql"`.
|
|
50
50
|
* Languages require their corresponding feature flag to be enabled.
|
|
51
51
|
*
|
|
52
52
|
* ```js
|
package/grafeo_wasm_bg.wasm
CHANGED
|
Binary file
|