0 comments (0 comments)1 reaction (1 reaction)1 assignee (1 assignee)TypeScript10,867 stars (10,867 stars)968 forks (968 forks)batch import
GraphQLgood first issue
Description
This issue does not include a description.
Contributor guide
- Tech stack
- typescriptgraphql
- Domain
- apideveloper experience
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- blocked
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- GraphQLTypeScriptquicktype codebase
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- 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.