graphql-java-kickstart / graphql-spring-boot

GraphQL and GraphiQL Spring Framework Boot Starters - Forked from oembedler/graphql-spring-boot due to inactivity.
https://www.graphql-java-kickstart.com/spring-boot/
MIT License
1.5k stars 325 forks source link

No way to override graphql.GraphQL.Builder#doNotAddDefaultInstrumentations #880

Open padmapreethi-902117 opened 2 years ago

padmapreethi-902117 commented 2 years ago

Hi,

Graphql-java provides an option to override this property value to disable the default instrumentation.But there is no way to set this property through kickstart library. Can you please tell a way to disable this default instrumentation?