4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript440 stars (440 stars)51 forks (51 forks)batch import
enhancementhelp wanted
Description
I would like to generate code for more than one schema
is it possible?
Contributor guide
- Tech stack
- javascriptnodejs
- Domain
- clibackend
- 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.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Node.jsGraphQLCLI usage
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 25
- Research direction
- Examine the current implementation of config loading in the repository (e.g., src/config.js or similar) to understand how .graphqlrc files are parsed. Investigate if there is any existing support for multiple config files or schemas. Check the comments in the issue for any maintainer feedback. Design a solution that merges multiple configurations or iterates over them. Consider adding a command line argument to specify multiple config file paths.