0 评论 (0 评论)1 反应 (1 反应)1 负责人 (1 负责人)TypeScript10,867 star (10,867 star)968 fork (968 fork)batch import
GraphQLgood first issue
描述
此议题没有描述。
贡献者指南
- 技术栈
- typescriptgraphql
- 领域
- apideveloper experience
- 议题类型
- feature
- 难度面向新贡献者的预计实现难度,1 表示很小改动,5 表示专家级工作。
- 3
- 预计时间有经验贡献者完成调查、实现、测试并准备 pull request 的粗略时间范围。
- half day
- 活动状态议题当前的可参与程度:新鲜、活跃、陈旧、阻塞或等待维护者输入。
- blocked
- 清晰度议题是否清楚说明期望改动、验收标准和下一步。
- mostly clear
- 前置要求
- GraphQLTypeScriptquicktype codebase
- 新手友好度1-100 的估计分数,表示该议题对首次贡献者的友好程度。
- 20
- 研究方向
- The issue requests adding support for extracting descriptions of types and fields from GraphQL schemas. Since the issue has an assignee, check if they are still active. Look at quicktype's GraphQL input handling, likely in src/TypeGraphQL.ts or similar. Review how other languages handle descriptions and consider using GraphQL introspection's `description` field. No PRs or comments exist, so clarify with maintainers whether this is still desired and if the assignee is working on it.