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 TypeMethodDescriptiongraphql.schema.FieldCoordinatesReturn the coordinates of the field where the type was encountered.graphql.schema.GraphQLTypetype()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 thefieldwhere the type was encountered, possibly withNonNullTypeandListTypewrapper types removed. -
fieldCoordinates
graphql.schema.FieldCoordinates fieldCoordinates()Return the coordinates of the field where the type was encountered.
-