- Notifications
You must be signed in to change notification settings - Fork 41.6k
Closed
Description
In Spring GraphQL you can do schema mapping inspection:
https://docs.spring.io/spring-graphql/docs/current/reference/html/#execution.graphqlsource.schema-mapping-inspection
I have to write some Java code myself to enable this:
GraphQlSource.Builder builder = ... builder.schemaResources(..) .inspectSchemaMappings(report -> { logger.debug(report); })
Could you add a setting to application.properties which does this for me, for example:
spring.graphql.schema.mapping.inspection=debug
In this setting debug refers to logger.debug(.
It coud also be none (default), info, error.
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement