-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
The following code restricts the accepted query params to graph-uri. That is the only supported param, at the moment. But the inflexibility means each new param requires a stardog.js change. Here is a Stardog issue for a new param: https://github.com/stardog-union/stardog/issues/7816
Lines 17 to 20 in f5f4072
| const queryParams = {}; | |
| if (params.graphUri) { | |
| queryParams['graph-uri'] = params.graphUri; | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels