Skip to content

d-exclaimation/ApolloSandbox.app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ApolloSandbox.app

Warning

This is not the official Apollo Sandbox App, this is just a rust wrapper around the Embeddable Apollo Explorer (https://github.com/apollographql/embeddable-explorer)

Installing

Check release builds

Supported platforms

  • macOS Universal

Building manually

  1. Clone this repository

  2. Install tauri-cli

cargo install tauri-cli
  1. Run the build command
cargo tauri build

This should build for your platform

Limitation

While the application is running natively as a desktop app, it seemed like the webview is running under the origin tauri://localhost

This meant your GraphQL server must have CORS functionally and allow the origin tauri://localhost