-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query ownership #304
Comments
The information we need is in the Perhaps a view? |
Coming back to this I quite like the idea of having some developer views:
|
That would eliminate the need for the |
Oooh. |
Punted to new issues, is #351 enough to superseded this issue? |
Way easier to work on these smaller issues now. Thanks @oliver-sanders ! Closing. |
Describe exactly what you would like to see in an upcoming release
At the moment, it is hard to tell which GraphQL query is being executed. Looking at the #301 PR, the
App.vue
has a query (which may change as that PR is still under review, and maybeGScan.vue
is a better place to move that query to).However, you cannot inspect the objects with Vue Dev Tools browser extension. The component in
App
uses aconst QUERIES
declared outside of the component.The query is then used in a singleton
workflowService
imported from a module, also not viewable in the browser extension. The queries are logged in the console, but the object structure is complicated.The only way to really tell which query is being executed is through the Network tab, but that makes it harder to troubleshoot when you are not sure whether the query has been changed or not.
Additional context
Pull requests welcome!
The text was updated successfully, but these errors were encountered: