Allow query builder to access introspection from staging environment

We have introspection disabled on our production endpoint (graphiql too), but use it in staging. While there is the option to disable introspection only on the prod endpoint, this is the endpoint that is used for creating queries in the query library.

Would it be possible to either specify the environment in the query library or to specify an introspection environment?