Interface GraphQLConnection
- All Superinterfaces:
AutoCloseable,Connection
Extends the standard SNARL Connection exposing the GraphQL query support.
- Since:
- 5.1
- Version:
- 5.1
- Author:
- Evren Sirin
-
Method Summary
Modifier and TypeMethodDescriptionCreate a GraphQL query against the databaseschemas()Returns the manager for GraphQL schemasMethods inherited from interface com.complexible.stardog.api.Connection
add, admin, as, ask, ask, begin, close, commit, currentStatus, export, generateModel, get, getOption, getSchema, graph, graph, graphAliases, isOpen, isReasoningEnabled, name, namespaces, paths, paths, remove, rollback, select, select, selectPlan, selectPlan, size, transactions, update, update
-
Method Details
-
graphql
Create a GraphQL query against the database- Parameters:
theQuery- the query string
-
schemas
GraphQLSchemaManager schemas()Returns the manager for GraphQL schemas- Returns:
- the manager for GraphQL schemas
-