Skip to content

No server setup to use GraphiQL for your Supabase DB. UPDATE: Supabase has this built in now! :)

Notifications You must be signed in to change notification settings

jaytxng/supabase_graphiql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nano logo

🔍 No server setup to use GraphiQL for your Supabase DB.

nano logo

Setup in app.jsx

  1. Get the projectID. Go to https://app.supabase.com/ > Select project > Settings > General Settings > Reference ID.
  2. Get the apiKey. Go to https://app.supabase.com/ > Select project > Settings > API Settings > Project API Keys > Use the one for anon/public.
  3. Get the accessToken for a target user.

Run it

npm start

It'll start a dev server, and automatically open to the default port where you can start using GraphiQL.

Features

  • 📦 Uses ViteJS with zero-config instead of Webpack
  • 🚫 No eject, because it is already so minimal
  • 🚫 No linting
  • 🚫 No service worker
  • ⚡️ No more waiting for packages over the network when refreshing

About

No server setup to use GraphiQL for your Supabase DB. UPDATE: Supabase has this built in now! :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published