Hello, first of all THANK YOU for such an awesome plugin! Is there any possibility to disabled it conditionally? I tried ``` // plutins.ts 'strapi-plugin-graphql-logging': { enabled: true, } ``` and something similar in `middlewares.ts` but no luck. Regards!