Uses of Interface
org.springframework.graphql.client.GraphQlClient.RetrieveSpec
Packages that use GraphQlClient.RetrieveSpec
-
Uses of GraphQlClient.RetrieveSpec in org.springframework.graphql.client
Methods in org.springframework.graphql.client that return GraphQlClient.RetrieveSpecModifier 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.