Uses of Interface
org.springframework.graphql.client.GraphQlClient.RetrieveSubscriptionSpec
Packages that use GraphQlClient.RetrieveSubscriptionSpec
-
Uses of GraphQlClient.RetrieveSubscriptionSpec in org.springframework.graphql.client
Methods in org.springframework.graphql.client that return GraphQlClient.RetrieveSubscriptionSpecModifier and TypeMethodDescriptionGraphQlClient.RequestSpec.retrieveSubscription
(String path) Shortcut forGraphQlClient.RequestSpec.executeSubscription()
with a field path to decode from for each result.