When trying to run ChromiQL against local GQL server, getting the following error in UI: ``` { "errors": [ { "message": "Cannot query field \"locations\" on type \"__Directive\"." } ], "data": null } ``` Although it was working fine with 0.1 version.