data-api-builder-graphql
Use and customize the Data API Builder GraphQL surface, including auto-generated queries, mutations, filters, pagination, and schema naming.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use and customize the Data API Builder GraphQL surface, including auto-generated queries, mutations, filters, pagination, and schema naming.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run SQL Commander as a companion container for browser-based SQL access, with optional Azure Container Apps configuration.
Orchestrate SQL Server and Data API Builder with .NET Aspire for local development, health-aware startup, and dashboard-driven diagnostics.
Add MCP Inspector to .NET Aspire AppHost for local SQL MCP Server validation and tool discovery.
Add SQL Commander to .NET Aspire for lightweight SQL browsing and query execution during local DAB development.
Use SQL Database Projects (.sqlproj) with .NET Aspire for declarative schema deployment via dacpac.
Deploy Data API Builder and SQL MCP Server to Azure App Service for Linux, with or without containers.
| name | data-api-builder-graphql |
| description | Use and customize the Data API Builder GraphQL surface, including auto-generated queries, mutations, filters, pagination, and schema naming. |
| license | MIT |
runtime.graphql.enabled is true and note runtime.graphql.path (default /graphql).graphql.enabled and optional graphql.type.singular / graphql.type.plural.book_by_pk) and list query (books) with filter, orderBy, first, after.create<Entity>, update<Entity>, delete<Entity> mutations; multi-create where enabled.singular/plural names to avoid ambiguous pluralization.first and rely on endCursor / hasNextPage instead of offset hacks.neq, gte, lte, isNull (not REST ne, ge, le, or eq null).query {
books(first: 10, filter: { year: { gt: 2020 } }, orderBy: { title: ASC }) {
items { id title }
endCursor
hasNextPage
}
}
data-api-builder-configdata-api-builder-restdata-api-builder-relationships