Evgeniy Azargaev
Evgeniy Azargaev
If I use `TestResolver implements GraphQLResolver`, it isn't linked with `TestQuery implements GraphQLQueryResolver { public TestDataClass get(String id, DataFetchingEnvironment) {...} }` because `TestDataClass` and` TestDataClass `aren't the same.
What is a correct way to achieve this?
Moreover, when I open variable window and add there a very big variable (several screens), variable window overlaps main editor window. There is a workaround with creadcrumb right-click -> "jump...
Remarks to Bismuth76 comment: 1. getGlobalVisibleRect can return false if view is not visible 2. MotionEvent's getX() and getY() can return absolute or local coordinates (it is context-related) So my...