You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#152
This adds two new public API methods to the `<GraphiQL>` component.
`getVariableEditor()` gets the CodeMirror instance for editing variables.
`refresh()` will refresh all CodeMirror instances, this may be helpful after changing the size of the containing element or after making it visible for the first time.
0 commit comments