- Modify GraphqlLogger to subclass JsonLogger - Replace the single-line analyser with one that can log all the GraphQL query related information in one place. - Implement analyzer behavior with spec
Specify dedicated logfile and logger class for GraphQL queries. Move complexity analyzer to a dedicated class.