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 Details

  • Constructor Details

  • Method Details

    • create

      public GraphQlExec create(graphql.language.Document document, Map<String,graphql.language.Value<?>> assignments)
      Deprecated.
      Description copied from interface: GraphQlExecFactoryDocument
      A typical graphql JSON request has the attributes { "query": "...", "variables": { ... } "operationName": "..." } This method accounts for the parsed value of the 'query' field.
      Specified by:
      create in interface GraphQlExecFactoryDocument