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.
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. The default action is listing existing schemas. |