i-love-flamingo / graphql

Flamingo GraphQL Module
MIT License
5 stars 1 forks source link

chore(introspection): Replace middleware by loading the extension only if needed #72

Closed carstendietrich closed 1 year ago

carstendietrich commented 1 year ago

Previously we used the default graphql server and therefore needed a middleware to disable the introspection on the fly. Since we now have a custom server we can disable the introspection there.