graphql-spring-boot icon indicating copy to clipboard operation
graphql-spring-boot copied to clipboard

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

Open NoBugBoy opened this issue 1 year ago • 0 comments

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

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

query b{ functionB{ telephone, name } }

NoBugBoy avatar Aug 15 '22 06:08 NoBugBoy