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

SimpleInstrumentation parameters.getQuery() show all query , bug i just execute one query #854

Open NoBugBoy opened 2 years ago

NoBugBoy commented 2 years ago

SimpleInstrumentation parameters.getQuery() show all query , bug i just execute one query

query a{ functionA(code:""){ token, result{ telephone } } }

query b{ functionB{ telephone, name } }