mirror of
https://github.com/Kong/insomnia
synced 2024-11-12 17:26:32 +00:00
29d13ce096
* Run GraphQL query based on cursor position. If there are multiple operations in the GraphQL query it automatically choose which operation to run based on the cursor position. * Highlight current operation * Refactor. Prevent some query change issues. If the current operation name gets deleted the new current operation is set as fallback to the first operation name. This refactor includes a `_documentAST` property on GraphQLEditor component, so it is locally available (it avoids multiple graphql `parse` function calls). Also a _queryEditor reference is added to the component. |
||
---|---|---|
.. | ||
base | ||
codemirror | ||
dropdowns | ||
editors | ||
key-value-editor | ||
modals | ||
settings | ||
sidebar | ||
tags | ||
templating | ||
viewers | ||
check-for-updates-button.js | ||
cookie-list.js | ||
error-boundary.js | ||
gravatar-img.js | ||
help-tooltip.js | ||
hotkey.js | ||
keydown-binder.js | ||
markdown-editor.js | ||
markdown-preview.js | ||
rendered-query-string.js | ||
rendered-text.js | ||
request-pane.js | ||
request-url-bar.js | ||
response-pane.js | ||
response-timer.js | ||
time-from-now.js | ||
toast.js | ||
tooltip.js | ||
wrap.js | ||
wrapper.js |