You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to upgrade to Absinthe 1.5 and I've stumbled upon an issue regarding the introspection query. So far I've been using a middleware to block the introspection query, but since this PR it doesn't work anymore: the middlewares are invoked at compile-time with all my queries, mutations and types and the introspection query is not one of them.
Is there a programmatic way do accomplish this, without having to do it at the http layer? Thanks
The text was updated successfully, but these errors were encountered:
Hi, I am trying to upgrade to Absinthe 1.5 and I've stumbled upon an issue regarding the introspection query. So far I've been using a middleware to block the introspection query, but since this PR it doesn't work anymore: the middlewares are invoked at compile-time with all my queries, mutations and types and the introspection query is not one of them.
Is there a programmatic way do accomplish this, without having to do it at the http layer? Thanks
The text was updated successfully, but these errors were encountered: