Export playground session to file

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!

Not sure about doing this with GraphQL Playground, but there’s a way to share links to operations with other people from the Apollo Sandbox :slight_smile: It’s in the “…” menu –– here’s an example.