The `queryType` utility does not recognize the following query as a SELECT query, for example: ``` #PREFIX : <http://www.example.com> SELECT * { ?s ?p ?o } ``` We fixed this in [the TypeScript branch](https://github.com/stardog-union/stardog.js/blob/v2-typescript/lib/query/utils.ts), but never ported it over to mainline stardog.js.
The
queryTypeutility does not recognize the following query as a SELECT query, for example:We fixed this in the TypeScript branch, but never ported it over to mainline stardog.js.