Uses of Interface
org.springframework.graphql.client.GraphQlClient.RetrieveSubscriptionSpec
-
Uses of GraphQlClient.RetrieveSubscriptionSpec in org.springframework.graphql.client
Modifier and TypeMethodDescriptionDgsGraphQlClient.RequestSpec.retrieveSubscription()
CreateGraphQLQueryRequest
, serialize it to a String document to send, and delegate to the wrappedGraphQlClient
.GraphQlClient.RequestSpec.retrieveSubscription
(String path) Shortcut forGraphQlClient.RequestSpec.executeSubscription()
with a field path to decode from for each result.