Uses of Interface
org.springframework.graphql.client.WebGraphQlClient
Packages that use WebGraphQlClient
-
Uses of WebGraphQlClient in org.springframework.graphql.client
Subinterfaces of WebGraphQlClient in org.springframework.graphql.clientModifier and TypeInterfaceDescriptioninterface
GraphQL over HTTP client that usesWebClient
.interface
GraphQL over WebSocket client that usesWebSocketClient
.Methods in org.springframework.graphql.client that return WebGraphQlClientModifier and TypeMethodDescriptionWebGraphQlClient.Builder.build()
Build aWebGraphQlClient
instance.