Package org.aksw.jenax.graphql.legacy
Class GraphQlExecFactoryLazy
java.lang.Object
org.aksw.jenax.graphql.legacy.GraphQlExecFactoryLazy
- All Implemented Interfaces:
GraphQlExecFactoryDocument
@Deprecated
public class GraphQlExecFactoryLazy
extends Object
implements GraphQlExecFactoryDocument
Deprecated.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGraphQlExecFactoryLazy(ComputeOnce<GraphQlExecFactory> delegateCreation) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.A typical graphql JSON request has the attributes{ "query": "...", "variables": { ... } "operationName": "..." }This method accounts for the parsed value of the 'query' field.
-
Field Details
-
delegateCreation
Deprecated.
-
-
Constructor Details
-
GraphQlExecFactoryLazy
Deprecated.
-
-
Method Details
-
create
public GraphQlExec create(graphql.language.Document document, Map<String, graphql.language.Value<?>> assignments) Deprecated.Description copied from interface:GraphQlExecFactoryDocumentA typical graphql JSON request has the attributes{ "query": "...", "variables": { ... } "operationName": "..." }This method accounts for the parsed value of the 'query' field.- Specified by:
createin interfaceGraphQlExecFactoryDocument
-