Class AbstractDelegatingGraphQlClient

java.lang.Object
org.springframework.graphql.client.AbstractDelegatingGraphQlClient
All Implemented Interfaces:
GraphQlClient

public abstract class AbstractDelegatingGraphQlClient extends Object implements GraphQlClient
Base class for GraphQlClient extensions that assist with building an underlying transport, but otherwise delegate to the default GraphQlClient implementation to execute requests.

Subclasses must implement GraphQlClient.mutate() to return a builder for the specific GraphQlClient extension.

Since:
1.0.0
Author:
Rossen Stoyanchev
See Also: