Uses of Interface
org.springframework.graphql.client.WebGraphQlClient
-
Uses of WebGraphQlClient in org.springframework.graphql.client
Modifier and TypeInterfaceDescriptioninterface
GraphQL over HTTP client that usesWebClient
.interface
GraphQL over WebSocket client that usesWebSocketClient
.Modifier and TypeMethodDescriptionWebGraphQlClient.Builder.build()
Build aWebGraphQlClient
instance.