MARKETPLACE
PLUGINS
GRAPHNODE (PRO)
GraphNode (Pro) logo

GraphNode (Pro)

Published December 2025
   •    Updated January 2026

Plugin details

Take your Bubble app to the next level with GraphNode Pro.
Tired of fighting with the API Connector to manage WebSockets, Tokens, and complex JSON? GraphNode handles all of that for you.

This is not just a connector; it is a complete data engine designed for performance and ease of use. From realtime chat apps to complex live dashboards, GraphNode manages the connection so you can focus on the design.

🔥 Key Features:

1. The "Super" GraphNode Client 🛠️ Much more than just Queries. This element replaces multiple plugins:

  - Total API Management: Execute Queries and Mutations with dynamic Headers and Variables.

  - JWT Tools: Decode JWT tokens, check validity (is_expired), and read the payload (User Roles) client-side without backend calls.

  - File Uploads: Upload files directly to your backend or Storage (S3/Supabase) via multipart/form-data.

  - Advanced Debugging: See HTTP Status Codes, the Request Body sent, and get formatted JSON (Pretty Print) to speed up development.

2. Native Supabase Realtime ⚡️

  - Connect to your Postgres database in one click.

  - Listen for INSERT, UPDATE, or DELETE events on any table.

  - Receive not just new data, but also the Old Record (essential to know what was deleted).

3. GraphQL Subscriptions (WebSockets) 📡

  - Compatible with Hasura, Apollo, AWS AppSync, and most GraphQL servers.

  - Supports both modern (graphql-transport-ws) and legacy protocols.

  - Unbreakable: Auto-Healing system automatically reconnects if the user's internet drops.

4. Smart Utilities 🧠

  - Client-Side Mutations: Execute actions directly from the browser to save 0 Workload Units (WU).

  - JSON Parser: A magic element that transforms JSON text into Bubble Lists (Keys & Values) instantly. Goodbye Regex!

  - Ideal for: Chat Apps, Live Dashboards, Collaborative Tools, and any project needing maximum speed.

Demo Test: https://demo-app-56978.bubbleapps.io/version-test/graphnode_pro/1765900778203x837608509554562400

Editor: https://bubble.io/page?id=demo-app-56978&tab=Design&name=graphnode_pro&ai_generated=true

$15

One time  •  Or  $5/mo

stars   •   0 ratings
0 installs  
This plugin does not collect or track your personal data.

Platform

Web & Native mobile

Contributor details

NoCoddo logo
NoCoddo
Joined 2025   •   60 Plugins
View contributor profile

Instructions

Instructional Guide
1. GraphNode Subscription (GraphQL Realtime) 📡
Setup: Drop the element, enter your wss:// endpoint, and paste your Subscription query.

  - Auth: Use the Connection Params field for Admin Secrets or Auth Tokens.

  - Tip: Use the Data Received event to trigger sounds or workflows when new data arrives.

2. GraphNode Supabase (Postgres Realtime) 🔥
Setup: Provide your Project URL and Anon Key. Specify the table name you want to watch.

  - Events: Choose to listen for specific events like INSERT or UPDATE, or use * for everything.

3. GraphNode JSON Parser (The Helper) 🧩
Usage: Feed the Last Message from any listener into this element.

  - Output: It will instantly break the JSON into a list of Keys and Values. Use Values :item #2 to display specific data in your UI.

4. GraphNode Client (Query/Mutation) ✉️
Usage: Use this for one-time data fetching or sending updates.

  - Flexibility: Supports dynamic variables and custom headers for any API security requirement.

5. Actions: Server-side vs Client-side Mutations ⚡️
Server-side: Best for sensitive operations where you need the result returned directly to the next workflow step.

  - Client-side: Best for speed and saving Bubble server resources. Executes directly in the user's browser.

  - Quick Setup Checklist:
Ensure your URLs are correct (https:// for REST, wss:// for WebSockets).

  - Check your Database permissions (RLS in Supabase or Permissions in Hasura).

  - Set Auto-Connect to Yes for instant start, or No if you want to use a manual "Connect" button.

  - Technical Specs & Support
Protocols: Supports graphql-transport-ws and subscriptions-transport-ws.

  - Security: Handles standard JSON-based Auth headers.

  - Efficiency: Designed to be lightweight and minimize browser memory usage.

Types

This plugin can be found under the following types:
Element   •   Event   •   Action

Categories

This plugin can be found under the following categories:
Productivity   •   Technical   •   Data (things)   •   Visual Elements

Resources

Support contact
Tutorial

Rating and reviews

No reviews yet

This plugin has not received any reviews.
Bubble