graphql
Stardog supports querying data stored (or mapped) in a Stardog database using GraphQL queries. You can load data into Stardog as usual and execute GraphQL queries without creating a GraphQL schema. Read more about using GraphQL to query data in Stardog.
The table below contains the CLI commands to work with GraphQL in Stardog. Select any of the commands to view their manual page.
Command | Description |
---|---|
graphql execute | Executes a GraphQL query. |
graphql explain | Explains a GraphQL query. The output shows the SPARQL translation and the query plan for the SPARQL query. |
graphql schema | List, get, add or remove GraphQL schemas. |