Uses of Interface
org.springframework.graphql.execution.SchemaReport
Packages that use SchemaReport
Package
Description
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL.-
Uses of SchemaReport in org.springframework.graphql.execution
Methods in org.springframework.graphql.execution that return SchemaReportModifier and TypeMethodDescriptionSchemaMappingInspector.getOrCreateReport()Perform an inspection and create aSchemaReport.SchemaMappingInspector.Initializer.inspect(graphql.schema.GraphQLSchema schema, Map<String, Map<String, graphql.schema.DataFetcher>> fetchers) Perform the inspection and return a report.static SchemaReportSchemaMappingInspector.inspect(graphql.schema.GraphQLSchema schema, graphql.schema.idl.RuntimeWiring runtimeWiring) Check the schema againstDataFetcherregistrations, and produce a report.static SchemaReportSchemaMappingInspector.inspect(graphql.schema.GraphQLSchema schema, Map<String, Map<String, graphql.schema.DataFetcher>> fetchers) Variant ofSchemaMappingInspector.inspect(GraphQLSchema, RuntimeWiring)with a map ofDataFetcherregistrations.Method parameters in org.springframework.graphql.execution with type arguments of type SchemaReportModifier and TypeMethodDescriptionGraphQlSource.SchemaResourceBuilder.inspectSchemaMappings(Consumer<SchemaReport> reportConsumer) Enable inspection of schema mappings to find unmapped fields and unmappedDataFetcherregistrations.