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 TypeMethodDescriptionSchemaReport.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.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.