4 commentaires (4 commentaires)0 réactions (0 réactions)0 assignés (0 assignés)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?
Guide contributeur
- Stack technique
- javascriptnodejs
- Domaine
- clibackend
- Type d'issue
- feature
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 3
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- 1-3 hours
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- stale
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- unclear
- Prérequis
- Node.jsGraphQLCLI usage
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 25
- Direction de recherche
- 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.