Exposes a read-only GraphQL API based on a NocoDB instance using GraphQL Mesh.
Designed for easy deployment with CapRover or Docker.
- Auto-generated GraphQL API from NocoDB REST endpoints
- Read-only: only
query
operations are exposed - Fast and minimal deployment
- Optional token-based authentication supported
Variable | Description | Example |
---|---|---|
NOCODB_URL |
Your NocoDB base URL | https://nocodb.example.com |
NOCODB_TOKEN |
(optional) JWT token if required | eyJhbGci... |
MESH_PORT |
Port to expose GraphQL service | 4000 |
docker run -e NOCODB_URL=https://nocodb.example.com \
-p 4000:4000 \
silexlabs/nocodb-graphql-mesh:latest
GraphQL Playground is available at:
http://localhost:400 0/graphql