Interface SchemaReport.NullnessMismatch

Enclosing interface:
SchemaReport

public static interface SchemaReport.NullnessMismatch
Information about a Nullness mismatch between the GraphQL schema and the application code.
Since:
1.2.0
Author:
Rossen Stoyanchev
  • Method Details

    • schemaNullness

      Nullness schemaNullness()
      Nullness expected in the schema.
    • applicationNullness

      Nullness applicationNullness()
      Nullness in the application code.
    • annotatedElement

      AnnotatedElement annotatedElement()
      The annotated element implementing the considered part of the schema.