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 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.