Uses of Interface
org.springframework.graphql.client.GraphQlClient.RetrieveSyncSpec
Packages that use GraphQlClient.RetrieveSyncSpec
-
Uses of GraphQlClient.RetrieveSyncSpec in org.springframework.graphql.client
Methods in org.springframework.graphql.client that return GraphQlClient.RetrieveSyncSpecModifier and TypeMethodDescriptionDgsGraphQlClient.RequestSpec.retrieveSync()CreateGraphQLQueryRequest, serialize it to a String document to send, and delegate to the wrappedGraphQlClient.DgsGraphQlClient.RequestSpec.retrieveSync(String path) Variant ofDgsGraphQlClient.RequestSpec.executeSync()with explicit path relative to the "data" key.GraphQlClient.RequestSpec.retrieveSync(String path) Shortcut forGraphQlClient.RequestSpec.executeSync()with a field path to decode from.