Interface GraphQlExecFactoryDocumentWrapper

All Superinterfaces:
GraphQlExecFactoryDocument
All Known Implementing Classes:
GraphQlExecFactoryDocumentWrapperBase

public interface GraphQlExecFactoryDocumentWrapper extends GraphQlExecFactoryDocument
  • 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.