Uses of Interface
org.springframework.graphql.execution.SchemaReport.NullnessMismatch
Packages that use SchemaReport.NullnessMismatch
Package
Description
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL
.-
Uses of SchemaReport.NullnessMismatch in org.springframework.graphql.execution
Methods in org.springframework.graphql.execution that return types with arguments of type SchemaReport.NullnessMismatchModifier and TypeMethodDescriptionMultiValueMap
<graphql.schema.DataFetcher<?>, SchemaReport.NullnessMismatch> SchemaReport.argumentsNullnessMismatches()
Return a map withDataFetcher
s and information for its arguments if the schema nullness does not match the nullness of the correspondingAnnotatedElement
in the application.Map
<graphql.schema.FieldCoordinates, SchemaReport.NullnessMismatch> SchemaReport.fieldsNullnessMismatches()
Return the coordinates for mismatches when a schema field type nullness information does not match the nullness of the correspondingAnnotatedElement
in the application.