Interface SchemaReport.SkippedType

Enclosing interface:
SchemaReport

public static interface SchemaReport.SkippedType
Information about a schema type skipped during the inspection.
Since:
1.2.0
Author:
Rossen Stoyanchev
  • Method Summary

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

    • type

      graphql.schema.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

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