Interface GraphQLInterceptor

All Superinterfaces:
ConfigurablePlugin, ExchangeTypeResolver<GraphQLRequest,GraphQLResponse>, Interceptor<GraphQLRequest,GraphQLResponse>, Plugin

public interface GraphQLInterceptor extends Interceptor<GraphQLRequest,GraphQLResponse>
Specialized Interceptor interface for the GraphQL service
Author:
Andrea Di Cesare <andrea@softinstigate.com>