JetBrains / js-graphql-intellij-plugin

GraphQL language support for WebStorm, IntelliJ IDEA and other IDEs based on the IntelliJ Platform.
https://jimkyndemeyer.github.io/js-graphql-intellij-plugin/
MIT License
879 stars 97 forks source link

Persist Variables #713

Open yhc44 opened 2 months ago

yhc44 commented 2 months ago

Hey guys.

First of all: thank you for this awesome plugin.

Is there any possibility to persist provided variables? I have about 20 Queries and Mutations and always want to test them directly. If i close / reopen a .graphql file or restart my computer or the editor my variables are gone - its kinda frustrating.

Is there a way, maybe to save them inside a json file?