HomeGetting StartedInstallation & SetupDevelopment & IntegrationDeployment & OperationsData ManagementTechnical SupportPlatform Updates
DocsDevelopment & IntegrationAPI & Client Referencesindex
ReferenceSPARQLGraphQL

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.

CommandDescription
graphql executeExecutes a GraphQL query.
graphql explainExplains a GraphQL query. The output shows the SPARQL translation and the query plan for the SPARQL query.
graphql schemaList, get, add or remove GraphQL schemas. The default action is listing existing schemas.