Uses of Interface
org.springframework.graphql.ResponseField
Packages that use 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
Methods in org.springframework.graphql that return ResponseFieldModifier 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
Subinterfaces of ResponseField in org.springframework.graphql.clientModifier and TypeInterfaceDescriptioninterface
ExtendsResponseField
to add options for decoding the field value. -
Uses of ResponseField in org.springframework.graphql.support
Methods in org.springframework.graphql.support that return ResponseField