Interface QueryResponseWriterFactory

All Known Implementing Classes:
CachingQueryResponseWriterFactory, QueryResponseWriterFactoryImpl

public interface QueryResponseWriterFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    createWriter(graphql.kickstart.execution.input.GraphQLInvocationInput invocationInput, graphql.kickstart.execution.GraphQLQueryResult queryResult, GraphQLConfiguration configuration)
     
  • Method Details

    • createWriter

      QueryResponseWriter createWriter(graphql.kickstart.execution.input.GraphQLInvocationInput invocationInput, graphql.kickstart.execution.GraphQLQueryResult queryResult, GraphQLConfiguration configuration)