Interface SchemaReport.SkippedType

Enclosing interface:
SchemaReport

public static interface SchemaReport.SkippedType
Information about a schema type skipped during the inspection.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the coordinates of the field where the type was encountered.
    Return the type that was skipped.
  • Method Details

    • type

      GraphQLType type()
      Return the type that was skipped. This corresponds to the output type of the field where the type was encountered, possibly with NonNullType and ListType wrapper types removed.
    • fieldCoordinates

      FieldCoordinates fieldCoordinates()
      Return the coordinates of the field where the type was encountered.