Interface WebGraphQlClient

All Superinterfaces:
GraphQlClient
All Known Subinterfaces:
HttpGraphQlClient, WebSocketGraphQlClient

public interface WebGraphQlClient extends GraphQlClient
Base contract for the HTTP and WebSocket GraphQlClient extensions. Defines a builder with common configuration for both transports.
Since:
1.0.0
Author:
Rossen Stoyanchev
  • Method Details

    • mutate

      Description copied from interface: GraphQlClient
      Return a builder initialized from the configuration of "this" client to use to build a new, independently configured client instance.
      Specified by:
      mutate in interface GraphQlClient