Uses of Interface
org.springframework.graphql.execution.SchemaReport
Package
Description
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL
.-
Uses of SchemaReport in org.springframework.graphql.execution
Modifier and TypeMethodDescriptionSchemaMappingInspector.getOrCreateReport()
Perform an inspection and create aSchemaReport
.SchemaMappingInspector.Initializer.inspect
(GraphQLSchema schema, Map<String, Map<String, DataFetcher>> fetchers) Perform the inspection and return a report.static SchemaReport
SchemaMappingInspector.inspect
(GraphQLSchema schema, RuntimeWiring runtimeWiring) Check the schema againstDataFetcher
registrations, and produce a report.static SchemaReport
SchemaMappingInspector.inspect
(GraphQLSchema schema, Map<String, Map<String, DataFetcher>> fetchers) Variant ofSchemaMappingInspector.inspect(GraphQLSchema, RuntimeWiring)
with a map ofDataFetcher
registrations.Modifier and TypeMethodDescriptionGraphQlSource.SchemaResourceBuilder.inspectSchemaMappings
(Consumer<SchemaReport> reportConsumer) Enable inspection of schema mappings to find unmapped fields and unmappedDataFetcher
registrations.