Uses of Interface
org.springframework.graphql.execution.SchemaReport.NullnessError
Packages that use SchemaReport.NullnessError
Package
Description
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL.-
Uses of SchemaReport.NullnessError in org.springframework.graphql.execution
Methods in org.springframework.graphql.execution that return types with arguments of type SchemaReport.NullnessErrorModifier and TypeMethodDescriptionMultiValueMap<graphql.schema.DataFetcher<?>, SchemaReport.NullnessError> SchemaReport.argumentNullnessErrors()Return a map withDataFetchers and information for its arguments if there is a nullness error between the schema arguments and the correspondingAnnotatedElementin the application.Map<graphql.schema.FieldCoordinates, SchemaReport.NullnessError> SchemaReport.fieldNullnessErrors()Return the coordinates for nullness errors between schema fields and the correspondingAnnotatedElementin the application.