Uses of Interface
org.springframework.graphql.client.GraphQlClient.RetrieveSpec
-
Uses of GraphQlClient.RetrieveSpec in org.springframework.graphql.client
Modifier and TypeMethodDescriptionDgsGraphQlClient.RequestSpec.retrieve()
CreateGraphQLQueryRequest
, serialize it to a String document to send, and delegate to the wrappedGraphQlClient
.Variant ofDgsGraphQlClient.RequestSpec.retrieve()
with explicit path relative to the "data" key.Shortcut forGraphQlClient.RequestSpec.execute()
with a field path to decode from.