Uses of Interface
org.springframework.graphql.client.GraphQlClient.RetrieveSyncSpec
-
Uses of GraphQlClient.RetrieveSyncSpec in org.springframework.graphql.client
Modifier 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.