GraphQL and GraphiQL Spring Framework Boot Starters - Forked from oembedler/graphql-spring-boot due to inactivity.
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
SimpleInstrumentation parameters.getQuery() show all query , bug i just execute one query
query a{ functionA(code:""){ token, result{ telephone } } }
query b{ functionB{ telephone, name } }