Package graphql.kickstart.servlet
Interface QueryResponseWriterFactory
- All Known Implementing Classes:
CachingQueryResponseWriterFactory
,QueryResponseWriterFactoryImpl
public interface QueryResponseWriterFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateWriter
(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)
-