Uses of Interface
org.springframework.graphql.ResponseField
Package
Description
Top level abstractions for processing GraphQL requests.
This package contains a
GraphQlClient
along with HTTP and WebSocket extensions.Support classes for Spring GraphQL.
-
Uses of ResponseField in org.springframework.graphql
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. -
Uses of ResponseField in org.springframework.graphql.client
Modifier and TypeInterfaceDescriptioninterface
ExtendsResponseField
to add options for decoding the field value. -
Uses of ResponseField in org.springframework.graphql.support