Hello to everybody!
So I was trying to export my GraphiQL Playground session to a file so that any person in my team could make use of the queries and mutations I already prepared. Is there anyway to save this info or just avoid re-writing the API call in the playground each time you start the project?
I’ve seen that every data related with the session is stored in a single entry of the LocalStorage of the browser so I guess that just saving that data should be pretty straight forward but I just don’t find the feature neither info in the internet. I’d appreciate any help.
Thanks in advance!