Package org.aksw.jenax.graphql.json.api
Interface GraphQlExec
- All Known Implementing Classes:
GraphQlExecImplOld,GraphQlExecOverRdf
public interface GraphQlExec
A GraphQl execution
-
Method Summary
Modifier and TypeMethodDescriptiongetDataProvider(String name) default List<GraphQlDataProvider>Return the list of data providers.
-
Method Details
-
getDataProviderNames
-
getDataProvider
-
getDataProviders
Return the list of data providers. This corresponds to the top-level keys available in the data field { data: { } }
-