steedos-graphql-api

Installation
SKILL.md

Steedos GraphQL API | Steedos GraphQL 接口

Overview | 概述

Steedos provides a GraphQL API that is auto-generated from object metadata. Every Steedos object automatically gets GraphQL queries and mutations — no manual schema definition required. The schema updates dynamically when objects or fields change.

Steedos 提供的 GraphQL API 根据对象元数据自动生成。每个 Steedos 对象自动获得 GraphQL 查询和变更操作,无需手动定义 Schema。对象或字段变更时 Schema 自动更新。

Endpoint | 端点

POST /graphql
  • Authentication: Authorization: Bearer {token} header, or cookie-based session
  • Content-Type: application/json
  • Apollo Playground: Enabled by default at /graphql (controlled by STEEDOS_GRAPHQL_ENABLE_CONSOLE)

Queries | 查询

Installs
29
GitHub Stars
1.6K
First Seen
Apr 24, 2026
steedos-graphql-api — steedos/steedos-platform