Interface GraphQlExecFactoryWrapper

All Superinterfaces:
GraphQlExecFactory, GraphQlExecFactoryDocument, GraphQlExecFactoryString

public interface GraphQlExecFactoryWrapper extends GraphQlExecFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    default GraphQlExec
    create(graphql.language.Document document, Map<String,graphql.language.Value<?>> assignments)
    A typical graphql JSON request has the attributes { "query": "...", "variables": { ... } "operationName": "..." } This method accounts for the parsed value of the 'query' field.
    default GraphQlExec
    create(String documentString, Map<String,graphql.language.Value<?>> assignments)
     
     

    Methods inherited from interface org.aksw.jenax.graphql.json.api.GraphQlExecFactory

    newBuilder