Uses of Interface
org.springframework.graphql.client.GraphQlTransport
Packages that use GraphQlTransport
-
Uses of GraphQlTransport in org.springframework.graphql.client
Methods in org.springframework.graphql.client with parameters of type GraphQlTransportModifier and TypeMethodDescriptionstatic GraphQlClient.Builder<?>GraphQlClient.builder(GraphQlTransport transport) Create a builder with the given customGraphQlTransport.protected GraphQlClientAbstractGraphQlClientBuilder.buildGraphQlClient(GraphQlTransport transport) Build the default transport-agnostic client that subclasses can then wrap withAbstractDelegatingGraphQlClient.