Uses of Interface
org.springframework.graphql.client.ClientResponseField
-
Uses of ClientResponseField in org.springframework.graphql.client
Modifier and TypeMethodDescriptionNavigate to the given path under the "data" key of the response map where the path is a dot-separated string with optional array indexes.FieldAccessException.getField()
Return the field that needed to be accessed.ModifierConstructorDescriptionFieldAccessException
(ClientGraphQlRequest request, ClientGraphQlResponse response, ClientResponseField field) Constructor with the request and response, and the accessed field.